Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
LightPublication | Infrastructure. Initializes a new instance of the LightPublication class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Infrastructure. Gets or sets a description for the publication. |
![]() |
Name | Infrastructure. Gets or sets the name of the publication. |
![]() |
PublicationDBName | Infrastructure. Gets or sets the name of the publication database. |
![]() |
PublisherName | Infrastructure. Gets or sets the name of the publisher. |
![]() |
PublisherType | Infrastructure. Gets or sets the publisher type. |
![]() |
Type | Infrastructure. Gets or sets the type of replication for this publication. |
![]() |
UserData | Infrastructure. Gets or sets an object property that allows users to attach their own data to the object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.