Aracılığıyla paylaş


ScriptNameObjectBase.SetCollectionTextMode Yöntemi

Koleksiyon metin modu ayarlar.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Protected Sub SetCollectionTextMode ( _
    newTextModeValue As Boolean, _
    coll As SmoCollectionBase _
)
'Kullanım
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
)

Parametreler