Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Sub AppendWithOption ( _
sb As StringBuilder, _
propName As String, _
optionText As String, _
ByRef needsComma As Boolean _
)
'Usage
Dim sb As StringBuilder
Dim propName As String
Dim optionText As String
Dim needsComma As Boolean
Me.AppendWithOption(sb, propName, _
optionText, needsComma)
protected void AppendWithOption(
StringBuilder sb,
string propName,
string optionText,
ref bool needsComma
)
protected:
void AppendWithOption(
StringBuilder^ sb,
String^ propName,
String^ optionText,
bool% needsComma
)
member AppendWithOption :
sb:StringBuilder *
propName:string *
optionText:string *
needsComma:bool byref -> unit
protected function AppendWithOption(
sb : StringBuilder,
propName : String,
optionText : String,
needsComma : boolean
)
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