DdlTriggerBase.ScriptHeader 方法

Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger header as specified by the script options.

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

语法

声明
Public Function ScriptHeader ( _
    forAlter As Boolean _
) As String
用法
Dim instance As DdlTriggerBase 
Dim forAlter As Boolean 
Dim returnValue As String 

returnValue = instance.ScriptHeader(forAlter)
public string ScriptHeader(
    bool forAlter
)
public:
virtual String^ ScriptHeader(
    bool forAlter
) sealed
abstract ScriptHeader : 
        forAlter:bool -> string  
override ScriptHeader : 
        forAlter:bool -> string
public final function ScriptHeader(
    forAlter : boolean
) : String

参数

返回值

类型:System.String
A StringCollection system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger header.Returns True if the header information can be modified, orFalse if the header information cannot be modified.

实现

ITextObject.ScriptHeader(Boolean)

示例

脚本撰写

请参阅

参考

DdlTriggerBase 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

DDL 触发器