SchemasList 屬性

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

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

語法

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

value = instance.SchemasList

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