ReplicationServer.WorkingDirectory Property

Definition

Gets the working directory used by a Publisher.

public:
 property System::String ^ WorkingDirectory { System::String ^ get(); };
public string WorkingDirectory { get; }
member this.WorkingDirectory : string
Public ReadOnly Property WorkingDirectory As String

Property Value

A String value that specifies the working directory.

Remarks

The WorkingDirectory property is only valid when the replication server is a Publisher.

The WorkingDirectory property can be retrieved by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role in a published database, or by users in the publication access list (PAL) for publications at this Publisher.

Applies to