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