ISql90Service.UseDefaultContract (Propiedad)

Obtiene o establece un valor que indica si el servicio puede ser un destino para las conversaciones que siguen el contrato predeterminado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90Service Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)