SqlMetaData.XmlSchemaCollectionName 属性

定义

获取此 XML 实例的架构集合的名称。

public:
 property System::String ^ XmlSchemaCollectionName { System::String ^ get(); };
public string XmlSchemaCollectionName { get; }
member this.XmlSchemaCollectionName : string
Public ReadOnly Property XmlSchemaCollectionName As String

属性值

此 XML 实例的架构集合的 String 形式的名称。

注解

默认值是 null

如果没有关联的架构集合,则此值为 null 。 如果值为 null,则 XmlSchemaCollectionDatabaseXmlSchemaCollectionOwningSchema 也是 null

适用于