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