Метод ScriptNameObjectBase.AppendWithCommaText
Appends text, optionally separated by a comma.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Protected Sub AppendWithCommaText ( _
sb As StringBuilder, _
optionText As String, _
ByRef needsComma As Boolean _
)
'Применение
Dim sb As StringBuilder
Dim optionText As String
Dim needsComma As Boolean
Me.AppendWithCommaText(sb, optionText, _
needsComma)
protected void AppendWithCommaText(
StringBuilder sb,
string optionText,
ref bool needsComma
)
protected:
void AppendWithCommaText(
StringBuilder^ sb,
String^ optionText,
bool% needsComma
)
member AppendWithCommaText :
sb:StringBuilder *
optionText:string *
needsComma:bool byref -> unit
protected function AppendWithCommaText(
sb : StringBuilder,
optionText : String,
needsComma : boolean
)
Параметры
- optionText
Тип: System.String
String
- needsComma
Тип: System.Boolean%
A pointer to Boolean