Поделиться через


Свойство CopyAllUsers

Примечание. Этот API-интерфейс устарел.

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка:  Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Синтаксис

'Декларация
<ObsoleteAttribute("Use CopyDatabaseUsers instead.")> _
Public Property CopyAllUsers As Boolean
    Get
    Set
'Применение
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllUsers

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

Значение свойства

Тип: System. . :: . .Boolean
true indicates that all SQL Server database users are copied from the source database to the target database.

Реализует

ITransferSqlServerObjectsTask. . :: . .CopyAllUsers

Замечания

The default value is false. When false, only the users listed in the UsersList property are transferred.