Metoda SqlSmoObject.ScriptAlter
Alters SqlSmoObject zgodnie z parametrami.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Overridable Sub ScriptAlter ( _
alterQuery As StringCollection, _
so As ScriptingOptions _
)
'Użycie
Dim alterQuery As StringCollection
Dim so As ScriptingOptions
Me.ScriptAlter(alterQuery, so)
protected virtual void ScriptAlter(
StringCollection alterQuery,
ScriptingOptions so
)
protected:
virtual void ScriptAlter(
StringCollection^ alterQuery,
ScriptingOptions^ so
)
abstract ScriptAlter :
alterQuery:StringCollection *
so:ScriptingOptions -> unit
override ScriptAlter :
alterQuery:StringCollection *
so:ScriptingOptions -> unit
protected function ScriptAlter(
alterQuery : StringCollection,
so : ScriptingOptions
)
Parametry
- alterQuery
Typ: System.Collections.Specialized.StringCollection
A StringCollection obiektu.
- so
Typ: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions obiektu.