Interface IReplicationDBObject
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents replication DB object.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Interface IReplicationDBObject
'Utilisation
Dim instance As IReplicationDBObject
public interface IReplicationDBObject
public interface class IReplicationDBObject
type IReplicationDBObject = interface end
public interface IReplicationDBObject
Le type IReplicationDBObject expose les membres suivants.
Propriétés
Nom | 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. |
Haut de la page