This documentation is archived and is not being maintained.
Trigger.ID Property
Gets the ID value that uniquely identifies the trigger.
Namespace:
Microsoft.SqlServer.Management.SmoAssembly:
Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)]
public int ID { get; }
Property Value
Type:
System.Int32An Int32 value that specifies the ID value that uniquely identifies the trigger.
Return to top