SqlParameter.XmlSchemaCollectionDatabase 属性

定义

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

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

属性值

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

注解

如果集合在当前数据库中定义,则此值为 null(Nothing in Microsoft Visual Basic)。 如果没有架构集合,则为 null,在这种情况下 XmlSchemaCollectionNameXmlSchemaCollectionOwningSchema 也为 null。

适用于

另请参阅