ISqlExtendedProperty.GetHostRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetHostRelationship As IModelSingleRelationship(Of ISqlExtendedProperty, IExtendedPropertyHost)
'Usage
Dim instance As ISqlExtendedProperty
Dim returnValue As IModelSingleRelationship(Of ISqlExtendedProperty, IExtendedPropertyHost)
returnValue = instance.GetHostRelationship()
IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost> GetHostRelationship()
IModelSingleRelationship<ISqlExtendedProperty^, IExtendedPropertyHost^>^ GetHostRelationship()
function GetHostRelationship() : IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost>
.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.