ISql90User.LoginIdentifierScript 属性

获取或设置从 Windows 登录名派生的用户的登录名。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90User 接口

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