Clase PublicationArticle
Represents article information for a published database object.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Replication..::..PublicationArticle
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
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
El tipo PublicationArticle expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PublicationArticle | Creates a new instance of the PublicationArticle class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AllowInteractiveResolver | Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization. | |
ArticleName | Gets or sets the name of the article. | |
ArticleResolver | Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article. | |
ArticleType | Gets or sets the source object type for the article. | |
ColumnTracking | Gets or sets how conflicts are detected when synchronizing data rows. | |
PublicationName | Gets or sets the name of the publication to which the article belongs. | |
ReplicationType | Gets or sets the type of publication to which the article belongs. | |
ResolverInfo | Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver. | |
UserData | Gets or sets an object that allows users to attach their own data. | |
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
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.
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.