SqlParameter.XmlSchemaCollectionName Propriedade

Definição

Obtém o nome da coleção de esquemas para esta instância XML.

public:
 property System::String ^ XmlSchemaCollectionName { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionName { get; set; }
member this.XmlSchemaCollectionName : string with get, set
Public Property XmlSchemaCollectionName As String

Valor de Propriedade

O nome da coleção de esquemas para esta instância XML.

Observações

Este valor é nulo (Nothing em Microsoft Visual Basic) se não existir uma coleção de esquemas associada. Se o valor for nulo, então XmlSchemaCollectionDatabase e XmlSchemaCollectionOwningSchema também são nulos.

Aplica-se a

Ver também