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 實例的結構集合名稱。
備註
若沒有相關的結構收集,該值為空值(Nothing Microsoft Visual Basic)。 若值為空值,則 XmlSchemaCollectionDatabase 和 XmlSchemaCollectionOwningSchema 亦為空值。