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