Partager via


Classe LightPublication

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a light publication.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.LightPublication

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class LightPublication
'Utilisation
Dim instance As LightPublication
public sealed class LightPublication
public ref class LightPublication sealed
[<SealedAttribute>]
type LightPublication =  class end
public final class LightPublication

Le type LightPublication expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique LightPublication Infrastructure. Initializes a new instance of the LightPublication class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Description Infrastructure. Gets or sets a description for the publication.
Propriété publique Name Infrastructure. Gets or sets the name of the publication.
Propriété publique PublicationDBName Infrastructure. Gets or sets the name of the publication database.
Propriété publique PublisherName Infrastructure. Gets or sets the name of the publisher.
Propriété publique PublisherType Infrastructure. Gets or sets the publisher type.
Propriété publique Type Infrastructure. Gets or sets the type of replication for this publication.
Propriété publique UserData Infrastructure. Gets or sets an object property that allows users to attach their own data to the object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication