Share via


ISql90Endpoint.AuthorizationLogin Property

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

Syntax

'Declaration
Property AuthorizationLogin As ISql90Login
'Usage
Dim instance As ISql90Endpoint 
Dim value As ISql90Login 

value = instance.AuthorizationLogin

instance.AuthorizationLogin = value
ISql90Login AuthorizationLogin { get; set; }
property ISql90Login^ AuthorizationLogin {
    ISql90Login^ get ();
    void set (ISql90Login^ value);
}
function get AuthorizationLogin () : ISql90Login 
function set AuthorizationLogin (value : ISql90Login)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Login

.NET Framework Security

See Also

Reference

ISql90Endpoint Interface

ISql90Endpoint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace