Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Transact-SQL script that installs the Distributor.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Function ScriptInstallDistributor ( _
distributionServerName As String, _
scriptOption As ScriptOptions _
) As String
'Usage
Dim instance As ReplicationServer
Dim distributionServerName As String
Dim scriptOption As ScriptOptions
Dim returnValue As String
returnValue = instance.ScriptInstallDistributor(distributionServerName, _
scriptOption)
public string ScriptInstallDistributor(
string distributionServerName,
ScriptOptions scriptOption
)
public:
String^ ScriptInstallDistributor(
String^ distributionServerName,
ScriptOptions scriptOption
)
member ScriptInstallDistributor :
distributionServerName:string *
scriptOption:ScriptOptions -> string
public function ScriptInstallDistributor(
distributionServerName : String,
scriptOption : ScriptOptions
) : String
Parameters
- distributionServerName
Type: System.String
The name of the Distributor.
- scriptOption
Type: Microsoft.SqlServer.Replication.ScriptOptions
A ScriptOptions enumeration value that specifies the scripting options.
Return Value
Type: System.String
A String value that contains the Transact-SQL script.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | When distributionServerName is null, contains null characters, or is longer than 128 bytes. |
Remarks
The ScriptInstallDistributor method can be called before InstallDistributor.