Share via


ISql90UserDefinedType.GetPropertiesRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90ClrProperty.

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

Syntax

'Declaration
Function GetPropertiesRelationship As IModelMultiRelationship(Of ISql90UserDefinedType, ISql90ClrProperty)
IModelMultiRelationship<ISql90UserDefinedType, ISql90ClrProperty> GetPropertiesRelationship()
IModelMultiRelationship<ISql90UserDefinedType^, ISql90ClrProperty^>^ GetPropertiesRelationship()
abstract GetPropertiesRelationship : unit -> IModelMultiRelationship<ISql90UserDefinedType, ISql90ClrProperty> 
function GetPropertiesRelationship() : IModelMultiRelationship<ISql90UserDefinedType, ISql90ClrProperty>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90UserDefinedType, ISql90ClrProperty>

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace