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