CategoryBase.ScriptRename Method
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Protected Overrides Sub ScriptRename ( _
queries As StringCollection, _
so As ScriptingOptions, _
newName As String _
)
protected override void ScriptRename (
StringCollection queries,
ScriptingOptions so,
string newName
)
protected:
virtual void ScriptRename (
StringCollection^ queries,
ScriptingOptions^ so,
String^ newName
) override
protected void ScriptRename (
StringCollection queries,
ScriptingOptions so,
String newName
)
protected override function ScriptRename (
queries : StringCollection,
so : ScriptingOptions,
newName : String
)
Параметры
- queries
- so
- newName
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
CategoryBase Class
CategoryBase Members
Microsoft.SqlServer.Management.Smo.Agent Namespace