共用方式為


ITransferSqlServerObjectsTask.XmlSchemaCollectionsList 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a list of XML schema collections to transfer.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
組件:  Microsoft.SqlServer.TransferSqlServerObjectsTask (在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)

語法

'宣告
Property XmlSchemaCollectionsList As StringCollection 
    Get 
    Set
'用途
Dim instance As ITransferSqlServerObjectsTask 
Dim value As StringCollection 

value = instance.XmlSchemaCollectionsList

instance.XmlSchemaCollectionsList = value
StringCollection XmlSchemaCollectionsList { get; set; }
property StringCollection^ XmlSchemaCollectionsList {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
abstract XmlSchemaCollectionsList : StringCollection with get, set
function get XmlSchemaCollectionsList () : StringCollection 
function set XmlSchemaCollectionsList (value : StringCollection)

屬性值

型別:System.Collections.Specialized.StringCollection
A list of XML schema collections to transfer.

請參閱

參考

ITransferSqlServerObjectsTask 介面

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 命名空間