ISql90HttpProtocolSpecifier.DefaultLogonDomain Property
Gets or sets a value that models the DEFAULT_LOGON_DOMAIN option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property DefaultLogonDomain As String
string DefaultLogonDomain { get; set; }
property String^ DefaultLogonDomain {
String^ get ();
void set (String^ value);
}
abstract DefaultLogonDomain : string with get, set
function get DefaultLogonDomain () : String
function set DefaultLogonDomain (value : String)
Property Value
Type: System.String
.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.