Freigeben über


DistributionPublication-Klasse

Represents information about a transactional or snapshot publication stored at the Distributor.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.ReplicationObject
    Microsoft.SqlServer.Replication.DistributionPublication

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

Syntax

'Declaration
Public NotInheritable Class DistributionPublication _
    Inherits ReplicationObject
'Usage
Dim instance As DistributionPublication
public sealed class DistributionPublication : ReplicationObject
public ref class DistributionPublication sealed : public ReplicationObject
[<SealedAttribute>]
type DistributionPublication =  
    class 
        inherit ReplicationObject 
    end
public final class DistributionPublication extends ReplicationObject

Der DistributionPublication-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DistributionPublication() Creates a new instance of the DistributionPublication class.
Öffentliche Methode DistributionPublication(String, String, String, String, ServerConnection) Creates a new instance of the DistributionPublication class, with the required properties and with a connection to the Distributor.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Attributes Gets or sets the publication attributes for the distribution publication.
Öffentliche Eigenschaft CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft Description Gets or sets a description for the publication.
Öffentliche Eigenschaft DistributionArticles Returns information about the articles in the publication stored at the Distributor.
Öffentliche Eigenschaft DistributionDBName Gets or sets the name of the distribution database for the publication.
Öffentliche Eigenschaft DistributionSubscriptions Represents information about subscriptions to the publication stored at the Distributor.
Öffentliche Eigenschaft IsExistingObject Gets whether the object exists on the server or not. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft LogReaderAgent Gets or sets the name of the Log Reader Agent job for the transactional publication.
Öffentliche Eigenschaft Name Gets or sets the name of the publication.
Öffentliche Eigenschaft PubId Gets the publication ID.
Öffentliche Eigenschaft PublicationDBName Gets or sets the name of the publication database.
Öffentliche Eigenschaft PublisherName Gets or sets the name of the Publisher.
Öffentliche Eigenschaft SnapshotAgent Gets or sets the name of the Snapshot Agent job for the transactional publication.
Öffentliche Eigenschaft SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft Type Gets or sets the type of replication for this publication.
Öffentliche Eigenschaft UserData Gets or sets an object property that allows users to attach their own data to the object. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft VendorName Gets or sets the product manufacturer of the non-SQL Server Publisher of the publication.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Geerbt von ReplicationObject.)
Öffentliche Methode Create Creates the publication metadata at the Distributor.
Öffentliche Methode Decouple Decouples the referenced replication object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode EnumDistributionArticles Returns information maintained at the Distributor on articles in this publication.
Öffentliche Methode EnumDistributionSubscriptions Returns information maintained at the Distributor for subscriptions to this publication.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Load Loads the properties of an existing object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode LoadProperties Loads the properties of an existing object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode Refresh Reloads the properties of the object. (Geerbt von ReplicationObject.)
Öffentliche Methode Remove Removes metadata for the publication from the Distributor.
Öffentliche Methode Script Generates a Transact-SQL script that can be used to create or remove the publication metadata at the Distributor.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

The DistributionPublication class is used primarily by SQL Server Management Studio and for non-SQL Server Publishers. To create, view, or modify the properties of a publication, you should instead use an instance of the TransPublication class.

The DistributionPublication class requires a connection to the Distributor.

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace