Classe LightPublication
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a light publication.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Replication.LightPublication
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public NotInheritable Class LightPublication
'Uso
Dim instance As LightPublication
public sealed class LightPublication
public ref class LightPublication sealed
[<SealedAttribute>]
type LightPublication = class end
public final class LightPublication
O tipo LightPublication expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LightPublication | Infraestrutura. Initializes a new instance of the LightPublication class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | Infraestrutura. Gets or sets a description for the publication. | |
Name | Infraestrutura. Gets or sets the name of the publication. | |
PublicationDBName | Infraestrutura. Gets or sets the name of the publication database. | |
PublisherName | Infraestrutura. Gets or sets the name of the publisher. | |
PublisherType | Infraestrutura. Gets or sets the publisher type. | |
Type | Infraestrutura. Gets or sets the type of replication for this publication. | |
UserData | Infraestrutura. Gets or sets an object property that allows users to attach their own data to the object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
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.