SqlParameter.XmlSchemaCollectionName Propriedade
Definição
Obtém o nome da coleção de esquemas desta instância XML.Gets the name of the schema collection for this XML instance.
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 da propriedade
O nome da coleção de esquema para esta instância XML.The name of the schema collection for this XML instance.
Comentários
Esse valor é nulo ( Nothing no Microsoft Visual Basic) se não houver nenhuma coleção de esquema associada.This value is null (Nothing in Microsoft Visual Basic) if there is no associated schema collection. Se o valor for NULL, XmlSchemaCollectionDatabase e XmlSchemaCollectionOwningSchema também será nulo.If the value is null, then XmlSchemaCollectionDatabase and XmlSchemaCollectionOwningSchema are also null.