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 命名空间