Freigeben über


ISql100BrokerPriority.Contract-Eigenschaft

Ruft den Namen des Vertrags ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Contract As ISql90Contract
    Get
    Set
ISql90Contract Contract { get; set; }
property ISql90Contract^ Contract {
    ISql90Contract^ get ();
    void set (ISql90Contract^ value);
}
abstract Contract : ISql90Contract with get, set
function get Contract () : ISql90Contract
function set Contract (value : ISql90Contract)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Contract

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100BrokerPriority Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace