Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns a Transact-SQL script that can be used to uninstall the Distributor.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Синтаксис
'Декларация
Public Function ScriptUninstallDistributor ( _
scriptOption As ScriptOptions _
) As String
public string ScriptUninstallDistributor (
ScriptOptions scriptOption
)
public:
String^ ScriptUninstallDistributor (
ScriptOptions scriptOption
)
public String ScriptUninstallDistributor (
ScriptOptions scriptOption
)
public function ScriptUninstallDistributor (
scriptOption : ScriptOptions
) : String
Параметры
- scriptOption
A ScriptOptions object value that specifies the scripting options.
Возвращаемое значение
A String value that contains the Transact-SQL script.
Замечания
The ScriptUninstallDistributor method can be called before InstallDistributor.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Синхронизация потоков
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.
См. также
Справочник
ReplicationServer Class
ReplicationServer Members
Microsoft.SqlServer.Replication Namespace