Propriedade ISqlLinkedServerLogin.DoUseSelf

Obtém ou define um valor que indica se as conexões devem usar credenciais locais em vez das credenciais remotas.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServerLogin Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel