Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the collection text mode.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub SetCollectionTextMode ( _
newTextModeValue As Boolean, _
coll As SmoCollectionBase _
)
'Usage
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
)
Parameter
- newTextModeValue
Typ: System.Boolean
A Boolean value that specifies the new text mode value.
- coll
Typ: Microsoft.SqlServer.Management.Smo.SmoCollectionBase
A SmoCollectionBase object that specifies the collection.