Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the login that owns the endpoint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property AuthorizationLogin As ISql90Login
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)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Login
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.