DmlTrigger.TriggerObject Property
TriggerObject relationship class of DmlTrigger
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property TriggerObject As ModelRelationshipClass
Get
Friend Set
'Usage
Dim value As ModelRelationshipClass
value = DmlTrigger.TriggerObject
public static ModelRelationshipClass TriggerObject { get; internal set; }
public:
static property ModelRelationshipClass^ TriggerObject {
ModelRelationshipClass^ get ();
internal: void set (ModelRelationshipClass^ value);
}
static member TriggerObject : ModelRelationshipClass with get, internal set
static function get TriggerObject () : ModelRelationshipClass
internal static function set TriggerObject (value : ModelRelationshipClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass