Поделиться через


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

See Also

Reference

ISql90HttpProtocolSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace