ServerDdlTrigger.Text 属性
Gets or sets the Transact-SQL statement that defines the server data definition language (DDL) trigger.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Text As String
Get
用法
Dim instance As ServerDdlTrigger
Dim value As String
value = instance.Text
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public string Text { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property String^ Text {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member Text : string
function get Text () : String
属性值
类型:System.String
A String value that specifies the actual text of the Transact-SQL statement that defines the server DDL trigger.
注释
The Text property of the ServerDdlTrigger object is equivalent to the sql_statement argument that comes after the AS clause in the CREATE TRIGGER Transact-SQL statement.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间