Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an extended properties relationship collection.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetExtendedPropertiesRelationship As IModelReverseMultiRelationship(Of IExtendedPropertyHost, ISqlExtendedProperty)
'Usage
Dim instance As IExtendedPropertyHost
Dim returnValue As IModelReverseMultiRelationship(Of IExtendedPropertyHost, ISqlExtendedProperty)
returnValue = instance.GetExtendedPropertiesRelationship()
IModelReverseMultiRelationship<IExtendedPropertyHost, ISqlExtendedProperty> GetExtendedPropertiesRelationship()
IModelReverseMultiRelationship<IExtendedPropertyHost^, ISqlExtendedProperty^>^ GetExtendedPropertiesRelationship()
function GetExtendedPropertiesRelationship() : IModelReverseMultiRelationship<IExtendedPropertyHost, ISqlExtendedProperty>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<IExtendedPropertyHost, ISqlExtendedProperty>
.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.