Udostępnij za pośrednictwem


Metoda SqlSmoObject.ScriptImpl (ScriptingOptions)

Pobiera kolekcja skryptów z SqlSmoObject.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Protected Function ScriptImpl ( _
    so As ScriptingOptions _
) As StringCollection
'Użycie
Dim so As ScriptingOptions
Dim returnValue As StringCollection

returnValue = Me.ScriptImpl(so)
protected StringCollection ScriptImpl(
    ScriptingOptions so
)
protected:
StringCollection^ ScriptImpl(
    ScriptingOptions^ so
)
member ScriptImpl : 
        so:ScriptingOptions -> StringCollection 
protected function ScriptImpl(
    so : ScriptingOptions
) : StringCollection

Wartość zwracana

Typ: System.Collections.Specialized.StringCollection
Kolekcja ciąg wartości, które zawierają skrypty.