LightPublication Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a light publication.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.LightPublication

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

Syntax

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

The LightPublication type exposes the following members.

Constructors

  Name Description
Public method LightPublication Infrastructure. Initializes a new instance of the LightPublication class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Replication Namespace