ISql90Endpoint.AuthorizationLogin-Eigenschaft

Ruft die Anmeldung ab, die im Besitz des Endpunkts ist, oder legt die Anmeldung fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90Endpoint Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace