DatabaseDdlTrigger.TextBody Property
SQL Server 2012
Gets or sets a String value that specifies the text body that is used to define the DDL trigger.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)] public override string TextBody { get; set; }
Property Value
Type: System.StringA String value that specifies the text body that is used to define the DDL trigger.