Compartir a través de


Clase LightPublication

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

Represents a light publication.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Replication.LightPublication

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

Sintaxis

'Declaración
Public NotInheritable Class LightPublication
'Uso
Dim instance As LightPublication
public sealed class LightPublication
public ref class LightPublication sealed
[<SealedAttribute>]
type LightPublication =  class end
public final class LightPublication

El tipo LightPublication expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público LightPublication Infraestructura. Initializes a new instance of the LightPublication class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Description Infraestructura. Gets or sets a description for the publication.
Propiedad pública Name Infraestructura. Gets or sets the name of the publication.
Propiedad pública PublicationDBName Infraestructura. Gets or sets the name of the publication database.
Propiedad pública PublisherName Infraestructura. Gets or sets the name of the publisher.
Propiedad pública PublisherType Infraestructura. Gets or sets the publisher type.
Propiedad pública Type Infraestructura. Gets or sets the type of replication for this publication.
Propiedad pública UserData Infraestructura. Gets or sets an object property that allows users to attach their own data to the object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication