共用方式為


CopyAllTables 屬性

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

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

語法

'宣告
Property CopyAllTables As Boolean
    Get
    Set
'用途
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllTables

instance.CopyAllTables = value
bool CopyAllTables { get; set; }
property bool CopyAllTables {
    bool get ();
    void set (bool value);
}
abstract CopyAllTables : bool with get, set
function get CopyAllTables () : boolean
function set CopyAllTables (value : boolean)

屬性值

型別:System. . :: . .Boolean