Compartir a través de


Interfaz IReplicationDBObject

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents replication DB object.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Interface IReplicationDBObject
'Uso
Dim instance As IReplicationDBObject
public interface IReplicationDBObject
public interface class IReplicationDBObject
type IReplicationDBObject =  interface end
public interface IReplicationDBObject

El tipo IReplicationDBObject expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Infraestructura. Gets or sets the name of the object.
Propiedad pública OwnerName Infraestructura. Gets or sets the owner name of the object.
Propiedad pública UserData Infraestructura. Gets or sets an object that allows users to attach their own data to the object.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication