This topic has not yet been rated - Rate this topic

ScriptNameObjectBase.AppendWithCommaText Method

Appends text, optionally separated by a comma.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected function AppendWithCommaText(
	sb : StringBuilder, 
	optionText : String, 
	needsComma : boolean
)

Parameters

sb
Type: System.Text.StringBuilder
StringBuilder
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.