CopyAllLogins 属性

注意:此 API 现在已过时。

Gets or sets a Boolean indicating whether all the SQL Server logins are copied from the source database to the target database in the transfer operation, or only the specified logins.

命名空间:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
程序集:  Microsoft.SqlServer.TransferSqlServerObjectsTask(在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)

语法

声明
<ObsoleteAttribute("Use CopySqlServerLogins instead.")> _
Public Property CopyAllLogins As Boolean
    Get
    Set
用法
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllLogins

instance.CopyAllLogins = value
[ObsoleteAttribute("Use CopySqlServerLogins instead.")]
public bool CopyAllLogins { get; set; }
[ObsoleteAttribute(L"Use CopySqlServerLogins instead.")]
public:
virtual property bool CopyAllLogins {
    bool get () sealed;
    void set (bool value) sealed;
}
[<ObsoleteAttribute("Use CopySqlServerLogins instead.")>]
abstract CopyAllLogins : bool with get, set
[<ObsoleteAttribute("Use CopySqlServerLogins instead.")>]
override CopyAllLogins : bool with get, set
final function get CopyAllLogins () : boolean
final function set CopyAllLogins (value : boolean)

属性值

类型:System. . :: . .Boolean
true indicates that all SQL Server logins are copied from the source database to the target database.

实现

ITransferSqlServerObjectsTask. . :: . .CopyAllLogins

注释

The default value is false. When false, only the logins found in the LoginsList are transferred.