ISql90Endpoint.AuthorizationLogin (Propiedad)

Obtiene o establece el inicio de sesión propietario del extremo.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property AuthorizationLogin As ISql90Login
    Get
    Set
ISql90Login AuthorizationLogin { get; set; }
property ISql90Login^ AuthorizationLogin {
    ISql90Login^ get ();
    void set (ISql90Login^ value);
}
abstract AuthorizationLogin : ISql90Login with get, set
function get AuthorizationLogin () : ISql90Login
function set AuthorizationLogin (value : ISql90Login)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Login

Seguridad de .NET Framework

Vea también

Referencia

ISql90Endpoint Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)