ISqlExtendedProperty.GetHostRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlExtendedPropertyHost.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetHostRelationship As IModelSingleRelationship(Of ISqlExtendedProperty, ISqlExtendedPropertyHost)
IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost> GetHostRelationship()
IModelSingleRelationship<ISqlExtendedProperty^, ISqlExtendedPropertyHost^>^ GetHostRelationship()
abstract GetHostRelationship : unit -> IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost>
function GetHostRelationship() : IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost>
.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.