Share via


ISql90User.LoginIdentifierScript Property

Gets or sets the login name for a user that is derived from a Windows login.

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

Syntax

'Declaration
Property LoginIdentifierScript As SqlScriptProperty
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

.NET Framework Security

See Also

Reference

ISql90User Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace