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
)
매개 변수
- newTextModeValue
유형: System.Boolean
A Boolean value that specifies the new text mode value.
- coll
유형: Microsoft.SqlServer.Management.Smo.SmoCollectionBase
A SmoCollectionBase object that specifies the collection.