Share via


ISqlLinkedServerLogin.DoUseSelf Property

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

Syntax

'Declaration
Property DoUseSelf As Boolean
'Usage
Dim instance As ISqlLinkedServerLogin 
Dim value As Boolean 

value = instance.DoUseSelf

instance.DoUseSelf = value
bool DoUseSelf { get; set; }
property bool DoUseSelf {
    bool get ();
    void set (bool value);
}
function get DoUseSelf () : boolean 
function set DoUseSelf (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlLinkedServerLogin Interface

ISqlLinkedServerLogin Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace