Compartilhar via


Interface IReplicationDBObject

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents replication DB object.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public Interface IReplicationDBObject
'Uso
Dim instance As IReplicationDBObject
public interface IReplicationDBObject
public interface class IReplicationDBObject
type IReplicationDBObject =  interface end
public interface IReplicationDBObject

O tipo IReplicationDBObject expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Name Infraestrutura. Gets or sets the name of the object.
Propriedade pública OwnerName Infraestrutura. Gets or sets the owner name of the object.
Propriedade pública UserData Infraestrutura. Gets or sets an object that allows users to attach their own data to the object.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication