ISql90SpecifiesExecutionContext.Login 属性

获取或设置执行采用的登录名。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property Login As ISql90Login
    Get
    Set
ISql90Login Login { get; set; }
property ISql90Login^ Login {
    ISql90Login^ get ();
    void set (ISql90Login^ value);
}
abstract Login : ISql90Login with get, set
function get Login () : ISql90Login
function set Login (value : ISql90Login)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql90Login

.NET Framework 安全性

请参见

参考

ISql90SpecifiesExecutionContext 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间