DistributionPublisher.PublisherType Proprietà

Definizione

Prende o imposta il tipo Publisher.

public:
 property System::String ^ PublisherType { System::String ^ get(); void set(System::String ^ value); };
public string PublisherType { get; set; }
member this.PublisherType : string with get, set
Public Property PublisherType As String

Valore della proprietà

Il tipo Publisher.

Commenti

I valori validi per PublisherType sono "MSSQLSERVER", "ORACLE" e "ORACLE GATEWAY". Il valore predefinito è "MSSQLSERVER".

La PublisherType proprietà dovrebbe essere utilizzata solo con un non SQL Server Publisher.

La PublisherType proprietà non può essere impostata per un Publisher esistente.

La PublisherType proprietà può essere recuperata solo dai membri del sysadmin ruolo server fisso presso il Distributore.

La PublisherType proprietà può essere impostata solo dai membri del sysadmin ruolo server fisso presso il Distributore.

Recuperare la PublisherType proprietà equivale a eseguire sp_helpdistpublisher.

Impostare la PublisherType proprietà equivale a eseguire sp_adddistpublisher.

Si applica a