Share via


ISqlLinkedServerLogin.DoUseSelf Property

Gets or sets a value that indicates whether connections should use local credentials instead of remote credentials.

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

Syntax

'Declaration
Property DoUseSelf As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlLinkedServerLogin Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace