Share via


ISql90Endpoint.GetProtocolSpecifierRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90ProtocolSpecifier.

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

Syntax

'Declaration
Function GetProtocolSpecifierRelationship As IModelSingleRelationship(Of ISql90Endpoint, ISql90ProtocolSpecifier)
IModelSingleRelationship<ISql90Endpoint, ISql90ProtocolSpecifier> GetProtocolSpecifierRelationship()
IModelSingleRelationship<ISql90Endpoint^, ISql90ProtocolSpecifier^>^ GetProtocolSpecifierRelationship()
abstract GetProtocolSpecifierRelationship : unit -> IModelSingleRelationship<ISql90Endpoint, ISql90ProtocolSpecifier> 
function GetProtocolSpecifierRelationship() : IModelSingleRelationship<ISql90Endpoint, ISql90ProtocolSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Endpoint, ISql90ProtocolSpecifier>

.NET Framework Security

See Also

Reference

ISql90Endpoint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace