ISql100BrokerPriority.Contract Property
Gets or sets the contract name.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Contract As ISql90Contract
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)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Contract
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.