Text 属性

Gets the Transact-SQL statement that defines the database data definition language (DDL) trigger.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Text As String
    Get
用法
Dim instance As DatabaseDdlTrigger
Dim value As String

value = instance.Text
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string Text { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ Text {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
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 database DDL trigger.

注释

The Text property of the DatabaseDdlTrigger object is equivalent to the sql_statement argument that comes after the AS clause in the CREATE TRIGGER Transact-SQL statement.

示例

设置属性