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
- 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.