ITextObject.ScriptHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ScriptHeader(ScriptNameObjectBase+ScriptHeaderType) |
Generates a script that contains the header of the object (name, parameter list etc.) |
ScriptHeader(Boolean) |
Generates a script that contains the header of the object (name, parameter list etc.) |
ScriptHeader(ScriptNameObjectBase+ScriptHeaderType)
Generates a script that contains the header of the object (name, parameter list etc.)
public string ScriptHeader (Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ScriptHeaderType scriptHeaderType);
abstract member ScriptHeader : Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ScriptHeaderType -> string
Public Function ScriptHeader (scriptHeaderType As ScriptNameObjectBase.ScriptHeaderType) As String
Parameters
- scriptHeaderType
- ScriptNameObjectBase.ScriptHeaderType