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
- 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.