Freigeben über


IReplicationDBObject-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IReplicationDBObject-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Infrastruktur Gets or sets the name of the object.
Öffentliche Eigenschaft OwnerName Infrastruktur Gets or sets the owner name of the object.
Öffentliche Eigenschaft UserData Infrastruktur Gets or sets an object that allows users to attach their own data to the object.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace