ScriptNameObjectBase.SetCollectionTextMode 메서드

Sets the collection text mode.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Sub SetCollectionTextMode ( _
    newTextModeValue As Boolean, _
    coll As SmoCollectionBase _
)
‘사용 방법
Dim newTextModeValue As Boolean 
Dim coll As SmoCollectionBase 

Me.SetCollectionTextMode(newTextModeValue, _
    coll)
protected void SetCollectionTextMode(
    bool newTextModeValue,
    SmoCollectionBase coll
)
protected:
void SetCollectionTextMode(
    bool newTextModeValue, 
    SmoCollectionBase^ coll
)
member SetCollectionTextMode : 
        newTextModeValue:bool * 
        coll:SmoCollectionBase -> unit
protected function SetCollectionTextMode(
    newTextModeValue : boolean, 
    coll : SmoCollectionBase
)

매개 변수

스크립팅

참고 항목

참조

ScriptNameObjectBase 클래스

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