Partager via


ISqlLinkedServerLogin.DoUseSelf, propriété

Obtient ou définit une valeur qui indique si les connexions doivent utiliser des informations d'identification locales au lieu d'informations d'identification distantes.

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

Syntaxe

'Déclaration
Property DoUseSelf As Boolean
    Get
    Set
bool DoUseSelf { get; set; }
property bool DoUseSelf {
    bool get ();
    void set (bool value);
}
abstract DoUseSelf : bool with get, set
function get DoUseSelf () : boolean
function set DoUseSelf (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlLinkedServerLogin Interface

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