ISql100BrokerPriority.LocalService Property
Gets or sets the local service.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property LocalService As ISql90Service
ISql90Service LocalService { get; set; }
property ISql90Service^ LocalService {
ISql90Service^ get ();
void set (ISql90Service^ value);
}
abstract LocalService : ISql90Service with get, set
function get LocalService () : ISql90Service
function set LocalService (value : ISql90Service)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Service
.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.