Compartir a través de


PasswordCreateLoginSource.Options Propiedad

Gets a list of other options (security, sid, default db and lang).

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Options As IList(Of PrincipalOption)
    Get
'Uso
Dim instance As PasswordCreateLoginSource 
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>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<PrincipalOption>
A list of other options (security, sid, default db and lang).

Vea también

Referencia

PasswordCreateLoginSource Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom