Partager via


ISql90Service.UseDefaultContract, propriété

Obtient ou définit une valeur qui indique si le service peut être une cible pour les conversations qui suivent le contrat par défaut.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90Service Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms