Share via


IReplicationDBObject Interface

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

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
Public property Name Infrastructure.
Public property OwnerName Infrastructure.
Public property UserData Infrastructure.

Top