Share via


ScriptNameObjectBase.AppendCommaText 메서드

Appends text, optionally separated by a comma.

네임스페이스:  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
)

매개 변수

참고 항목

참조

ScriptNameObjectBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스