이 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.