DefaultRuleBase.ScriptHeader Method
SQL Server 2008
Generates a Transact-SQL script that can be used to re-create the default or rule header as specified by the script options.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- forAlter
- Type: System.Boolean
A Boolean value that specifies whether the header can be altered.
If True, the header can be altered.
If False, the header cannot be altered.
Return Value
Type: System.StringA StringCollection system object value that contains a list of Transact-SQL command batch statements that defines the default or rule header.
