ISqlView.GetDynamicObjectsRelationship Method
Returns a collection of dynamic object relationships.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetDynamicObjectsRelationship As IModelMultiRelationship(Of ISqlView, ISqlDynamicColumnSource)
'Usage
Dim instance As ISqlView
Dim returnValue As IModelMultiRelationship(Of ISqlView, ISqlDynamicColumnSource)
returnValue = instance.GetDynamicObjectsRelationship()
IModelMultiRelationship<ISqlView, ISqlDynamicColumnSource> GetDynamicObjectsRelationship()
IModelMultiRelationship<ISqlView^, ISqlDynamicColumnSource^>^ GetDynamicObjectsRelationship()
function GetDynamicObjectsRelationship() : IModelMultiRelationship<ISqlView, ISqlDynamicColumnSource>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlView, ISqlDynamicColumnSource>
.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.