AppendCommaText 方法
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Sub AppendCommaText ( _
sb As StringBuilder, _
optionText As String, _
ByRef needsComma As Boolean, _
beginWord As String _
)
'用途
Dim sb As StringBuilder
Dim optionText As String
Dim needsComma As Boolean
Dim beginWord As String
Me.AppendCommaText(sb, optionText, _
needsComma, beginWord)
protected void AppendCommaText(
StringBuilder sb,
string optionText,
ref bool needsComma,
string beginWord
)
protected:
void AppendCommaText(
StringBuilder^ sb,
String^ optionText,
bool% needsComma,
String^ beginWord
)
member AppendCommaText :
sb:StringBuilder *
optionText:string *
needsComma:bool byref *
beginWord:string -> unit
protected function AppendCommaText(
sb : StringBuilder,
optionText : String,
needsComma : boolean,
beginWord : String
)
參數
- optionText
型別:System. . :: . .String
- needsComma
型別:System. . :: . .Boolean%
- beginWord
型別:System. . :: . .String