Compartilhar via


Classe PublicationArticle

Represents article information for a published database object.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.PublicationArticle

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public NotInheritable Class PublicationArticle
'Uso
Dim instance As PublicationArticle
public sealed class PublicationArticle
public ref class PublicationArticle sealed
[<SealedAttribute>]
type PublicationArticle =  class end
public final class PublicationArticle

O tipo PublicationArticle expõe os membros a seguir.

Construtores

  Nome Descrição
Método público PublicationArticle Creates a new instance of the PublicationArticle class.

Início

Propriedades

  Nome Descrição
Propriedade pública AllowInteractiveResolver Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
Propriedade pública ArticleName Gets or sets the name of the article.
Propriedade pública ArticleResolver Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.
Propriedade pública ArticleType Gets or sets the source object type for the article.
Propriedade pública ColumnTracking Gets or sets how conflicts are detected when synchronizing data rows.
Propriedade pública PublicationName Gets or sets the name of the publication to which the article belongs.
Propriedade pública ReplicationType Gets or sets the type of publication to which the article belongs.
Propriedade pública ResolverInfo Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver.
Propriedade pública UserData Gets or sets an object that allows users to attach their own data.
Propriedade pública 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.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication

EnumPublicationArticles

Outros recursos

Como definir um Artigo (programação RMO)

Como excluir um artigo (Programação RMO)

Como exibir e modificar propriedades de artigo (Programação RMO)