This topic has not yet been rated - Rate this topic

ITextObject.ScriptHeader Method

Scripts the text header.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
string ScriptHeader(
	bool forAlter
)

Parameters

forAlter
Type: System.Boolean
A Boolean value that specifies whether to create an alter script header. If True, an alter script is generated.If False, a create script is generated.

Return Value

Type: System.String
A String that specifies the text header.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.