SqlMetaData.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(); };
public string XmlSchemaCollectionName { get; }
member this.XmlSchemaCollectionName : string
Public ReadOnly Property XmlSchemaCollectionName As String
Valor da propriedade
O nome da coleção de esquema para esta instância XML como um String .The name of the schema collection for this XML instance as a String.
Comentários
O valor padrão é null.The default value is null.
Esse valor é null se não houver nenhuma coleção de esquema associada.This value is null if there is no associated schema collection. Se o valor for null , XmlSchemaCollectionDatabase e XmlSchemaCollectionOwningSchema também null .If the value is null, then XmlSchemaCollectionDatabase and XmlSchemaCollectionOwningSchema are also null.