Partager via


Classe PublicationArticle

Represents article information for a published database object.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.PublicationArticle

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

Syntaxe

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

Le type PublicationArticle expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PublicationArticle Creates a new instance of the PublicationArticle class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AllowInteractiveResolver Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
Propriété publique ArticleName Gets or sets the name of the article.
Propriété publique ArticleResolver Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.
Propriété publique ArticleType Gets or sets the source object type for the article.
Propriété publique ColumnTracking Gets or sets how conflicts are detected when synchronizing data rows.
Propriété publique PublicationName Gets or sets the name of the publication to which the article belongs.
Propriété publique ReplicationType Gets or sets the type of publication to which the article belongs.
Propriété publique ResolverInfo Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver.
Propriété publique UserData Gets or sets an object that allows users to attach their own data.
Propriété publique VerifyResolverSignature Gets or sets the options for verifying the digital signature on a Component Object Model (COM)-based conflict resolver to determine if it is from a trusted source.

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

Notes

The PublicationArticle structure is used when returning limited information about articles in a published database. This object is used primarily by SQL Server Management Studio. Use the TransArticle or the MergeArticle objects to create, view, modify, and delete articles in a publication.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

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

EnumPublicationArticles

Autres ressources

Procédure : définir un article (programmation RMO)

Procédure : supprimer un article (programmation RMO)

Procédure : afficher et modifier les propriétés d'articles (programmation RMO)