Metoda NamedSmoObject.ScriptChangeOwner
Ta metoda obsługuje infrastrukturę SMO i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Sub ScriptChangeOwner ( _
queries As StringCollection, _
so As ScriptingOptions _
)
'Użycie
Dim queries As StringCollection
Dim so As ScriptingOptions
Me.ScriptChangeOwner(queries, so)
protected void ScriptChangeOwner(
StringCollection queries,
ScriptingOptions so
)
protected:
void ScriptChangeOwner(
StringCollection^ queries,
ScriptingOptions^ so
)
member ScriptChangeOwner :
queries:StringCollection *
so:ScriptingOptions -> unit
protected function ScriptChangeOwner(
queries : StringCollection,
so : ScriptingOptions
)
Parametry
- queries
Typ: System.Collections.Specialized.StringCollection
A StringCollection zawierający kwerend.
- so
Typ: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions obiekt, który zawiera opcje wykonywanie skryptów.