AppendWithCommaText 方法
命名空間: 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
)