SetCollectionTextMode 메서드
Sets the collection text mode.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
- coll
형식: Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
A SmoCollectionBase object that specifies the collection.