SqlParameter.XmlSchemaCollectionOwningSchema 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
拥有此 XML 实例的架构集合所在的关系架构。
public:
property System::String ^ XmlSchemaCollectionOwningSchema { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionOwningSchema { get; set; }
member this.XmlSchemaCollectionOwningSchema : string with get, set
Public Property XmlSchemaCollectionOwningSchema As String
属性值
此 XML 实例的拥有关系架构。
注解
如果集合在当前数据库中定义,则此值为 null(Nothing in Microsoft Visual Basic)。 如果没有架构集合,则为 null,在这种情况下 XmlSchemaCollectionDatabase , XmlSchemaCollectionName 也为 null。