이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the names of the logins to transfer.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
어셈블리: Microsoft.SqlServer.TransferLoginsTask(Microsoft.SqlServer.TransferLoginsTask.dll)
구문
‘선언
Property LoginsList As StringCollection
Get
Set
‘사용 방법
Dim instance As ITransferLoginsTask
Dim value As StringCollection
value = instance.LoginsList
instance.LoginsList = value
StringCollection LoginsList { get; set; }
property StringCollection^ LoginsList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract LoginsList : StringCollection with get, set
function get LoginsList () : StringCollection
function set LoginsList (value : StringCollection)
속성 값
유형: System.Collections.Specialized.StringCollection
The names of the logins to transfer.