ISqlLinkedServerLogin.DoUseSelf Property
Gets or sets whether to use self.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property DoUseSelf As Boolean
Get
Set
'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)
abstract DoUseSelf : bool with get, set
Property Value
Type: System.Boolean
Remarks
Default value is True.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.