ISql100Table.GetDynamicObjectForChangeTableRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlDynamicColumnSource.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetDynamicObjectForChangeTableRelationship As IModelSingleRelationship(Of ISql100Table, ISqlDynamicColumnSource)
IModelSingleRelationship<ISql100Table, ISqlDynamicColumnSource> GetDynamicObjectForChangeTableRelationship()
IModelSingleRelationship<ISql100Table^, ISqlDynamicColumnSource^>^ GetDynamicObjectForChangeTableRelationship()
abstract GetDynamicObjectForChangeTableRelationship : unit -> IModelSingleRelationship<ISql100Table, ISqlDynamicColumnSource>
function GetDynamicObjectForChangeTableRelationship() : IModelSingleRelationship<ISql100Table, ISqlDynamicColumnSource>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100Table, 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.