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 local service.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property LocalService As ISql90Service
'Usage
Dim instance As ISql100BrokerPriority
Dim value As ISql90Service
value = instance.LocalService
instance.LocalService = value
ISql90Service LocalService { get; set; }
property ISql90Service^ LocalService {
ISql90Service^ get ();
void set (ISql90Service^ value);
}
function get LocalService () : ISql90Service
function set LocalService (value : ISql90Service)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Service
Returns a 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.