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