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