ISql100BrokerPriority.GetLocalServiceRelationship Method

Returns the local service relationship collection.

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

Syntax

'Declaration
Function GetLocalServiceRelationship As IModelSingleRelationship(Of ISql100BrokerPriority, ISql90Service)
'Usage
Dim instance As ISql100BrokerPriority
Dim returnValue As IModelSingleRelationship(Of ISql100BrokerPriority, ISql90Service)

returnValue = instance.GetLocalServiceRelationship()
IModelSingleRelationship<ISql100BrokerPriority, ISql90Service> GetLocalServiceRelationship()
IModelSingleRelationship<ISql100BrokerPriority^, ISql90Service^>^ GetLocalServiceRelationship()
function GetLocalServiceRelationship() : IModelSingleRelationship<ISql100BrokerPriority, ISql90Service>
abstract GetLocalServiceRelationship : unit -> IModelSingleRelationship<ISql100BrokerPriority, ISql90Service> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100BrokerPriority, ISql90Service>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql100BrokerPriority Interface

ISql100BrokerPriority Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace