Compartir a través de


LightPublication.PublisherType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the publisher type.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property PublisherType As String 
    Get 
    Set
'Uso
Dim instance As LightPublication 
Dim value As String 

value = instance.PublisherType

instance.PublisherType = value
public string PublisherType { get; set; }
public:
property String^ PublisherType {
    String^ get ();
    void set (String^ value);
}
member PublisherType : string with get, set
function get PublisherType () : String 
function set PublisherType (value : String)

Valor de la propiedad

Tipo: System.String
The publisher type.

Vea también

Referencia

LightPublication Clase

Espacio de nombres Microsoft.SqlServer.Replication