ScriptNameObjectBase.AppendWithCommaText Method (StringBuilder, String, Boolean)
Appends text, optionally separated by a comma.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
member AppendWithCommaText : sb:StringBuilder * optionText:string * needsComma:bool byref -> unit
Parameters
- sb
-
Type:
System.Text.StringBuilder
The string builder.
- optionText
-
Type:
System.String
The option text.
- needsComma
-
Type:
System.Boolean
true if the text needs comma; otherwise, false.
Show: