ISql90SpecifiesExecutionContext.Login Property
Gets or sets the context login.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Login As ISql90Login
Get
Set
'Usage
Dim instance As ISql90SpecifiesExecutionContext
Dim value As ISql90Login
value = instance.Login
instance.Login = value
ISql90Login Login { get; set; }
property ISql90Login^ Login {
ISql90Login^ get ();
void set (ISql90Login^ value);
}
function get Login () : ISql90Login
function set Login (value : ISql90Login)
abstract Login : ISql90Login with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Login
Returns a 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.
See Also
Reference
ISql90SpecifiesExecutionContext Interface