Condividi tramite


Classe LightPublication

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a light publication.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.LightPublication

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class LightPublication
'Utilizzo
Dim instance As LightPublication
public sealed class LightPublication
public ref class LightPublication sealed
[<SealedAttribute>]
type LightPublication =  class end
public final class LightPublication

Nel tipo LightPublication sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico LightPublication Infrastruttura. Initializes a new instance of the LightPublication class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Infrastruttura. Gets or sets a description for the publication.
Proprietà pubblica Name Infrastruttura. Gets or sets the name of the publication.
Proprietà pubblica PublicationDBName Infrastruttura. Gets or sets the name of the publication database.
Proprietà pubblica PublisherName Infrastruttura. Gets or sets the name of the publisher.
Proprietà pubblica PublisherType Infrastruttura. Gets or sets the publisher type.
Proprietà pubblica Type Infrastruttura. Gets or sets the type of replication for this publication.
Proprietà pubblica UserData Infrastruttura. Gets or sets an object property that allows users to attach their own data to the object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication