共用方式為


ITransferLoginsTask.CopySids 屬性

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

Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.

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

語法

'宣告
Property CopySids As Boolean 
    Get 
    Set
'用途
Dim instance As ITransferLoginsTask 
Dim value As Boolean 

value = instance.CopySids

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

屬性值

型別:System.Boolean
true if the security identifiers associated with logins are copied; otherwise, false.

請參閱

參考

ITransferLoginsTask 介面

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