This topic has not yet been rated - Rate this topic

ScriptNameObjectBase.AppendWithOption Method

Appends text and option text separated from the main text with a “WITH” string and optionally separated by a comma.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void AppendWithOption(
	StringBuilder sb,
	string propName,
	string optionText,
	ref bool needsComma
)

Parameters

sb
Type: System.Text.StringBuilder
StringBuilder
propName
Type: System.String
String
optionText
Type: System.String
String
needsComma
Type: System.Boolean
A pointer to Boolean
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.