SqlMetaData.XmlSchemaCollectionDatabase 属性

定义

获取此 XML 实例的架构集合所在的数据库的名称。

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

属性值

此 XML 实例的架构集合所在的数据库的 String 形式的名称。

注解

默认值是 null

如果集合是在当前数据库中定义的,则此属性可能 null 为 。 如果没有架构集合,则也是 null ,在这种情况下 XmlSchemaCollectionName , 和 XmlSchemaCollectionOwningSchema 也为 null。

适用于