TransferSqlServerObjectsTask.CopyAllLogins 속성

정의

주의

Use CopySqlServerLogins instead.

모든 SQL Server 로그인이 원본 데이터베이스에서 전송 작업의 대상 데이터베이스로 복사되는지 또는 지정된 로그인으로만 복사되는지를 나타내는 부울을 가져오거나 설정합니다.

public:
 property bool CopyAllLogins { bool get(); void set(bool value); };
[System.Obsolete("Use CopySqlServerLogins instead.")]
public bool CopyAllLogins { get; set; }
[<System.Obsolete("Use CopySqlServerLogins instead.")>]
member this.CopyAllLogins : bool with get, set
Public Property CopyAllLogins As Boolean

속성 값

true는 모든 SQL Server 로그인이 원본 데이터베이스에서 대상 데이터베이스로 복사됨을 나타냅니다.

구현

특성

설명

기본값은 false입니다. 이 경우 false해당 로그인에 있는 LoginsList 로그인만 전송됩니다.

적용 대상