WindowsCreateLoginSource.Options 속성

Gets a list of Windows create login options.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property Options As IList(Of PrincipalOption)
    Get
‘사용 방법
Dim instance As WindowsCreateLoginSource 
Dim value As IList(Of PrincipalOption)

value = instance.Options
public IList<PrincipalOption> Options { get; }
public:
property IList<PrincipalOption^>^ Options {
    IList<PrincipalOption^>^ get ();
}
member Options : IList<PrincipalOption>
function get Options () : IList<PrincipalOption>

속성 값

유형: System.Collections.Generic.IList<PrincipalOption>
A list of Windows create login options.

참고 항목

참조

WindowsCreateLoginSource 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스