Partager via


ISqlUser.Login, propriété

Obtient ou définit la connexion à laquelle l'utilisateur est associé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property Login As ISqlLogin
    Get
    Set
ISqlLogin Login { get; set; }
property ISqlLogin^ Login {
    ISqlLogin^ get ();
    void set (ISqlLogin^ value);
}
abstract Login : ISqlLogin with get, set
function get Login () : ISqlLogin
function set Login (value : ISqlLogin)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISqlUser Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms