Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the broker contract.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Contract As ISql90Contract
'Usage
Dim instance As ISql100BrokerPriority
Dim value As ISql90Contract
value = instance.Contract
instance.Contract = value
ISql90Contract Contract { get; set; }
property ISql90Contract^ Contract {
ISql90Contract^ get ();
void set (ISql90Contract^ value);
}
function get Contract () : ISql90Contract
function set Contract (value : ISql90Contract)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Contract
Returns a 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.