IReplicationDBObject Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents replication DB object.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Interface IReplicationDBObject
'Usage
Dim instance As IReplicationDBObject
public interface IReplicationDBObject
public interface class IReplicationDBObject
type IReplicationDBObject = interface end
public interface IReplicationDBObject
The IReplicationDBObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Infrastructure. Gets or sets the name of the object. | |
OwnerName | Infrastructure. Gets or sets the owner name of the object. | |
UserData | Infrastructure. Gets or sets an object that allows users to attach their own data to the object. |
Top