Proprietà ISql90Service.UseDefaultContract

Ottiene o imposta un valore che indica se il servizio può essere la destinazione delle conversazioni che seguono il contratto predefinito.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property UseDefaultContract As Boolean
    Get
    Set
bool UseDefaultContract { get; set; }
property bool UseDefaultContract {
    bool get ();
    void set (bool value);
}
abstract UseDefaultContract : bool with get, set
function get UseDefaultContract () : boolean
function set UseDefaultContract (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Service Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel