UserDefinedFunction.ScriptHeader Method
SQL Server 2012
Returns the text header with the option to modify the text.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- forAlter
- Type: System.Boolean
A Boolean value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.