IReplicationDBObject 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents replication DB object.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Interface IReplicationDBObject
用法
Dim instance As IReplicationDBObject
public interface IReplicationDBObject
public interface class IReplicationDBObject
type IReplicationDBObject =  interface end
public interface IReplicationDBObject

IReplicationDBObject 类型公开以下成员。

属性

  名称 说明
公共属性 Name 基础结构。Gets or sets the name of the object.
公共属性 OwnerName 基础结构。Gets or sets the owner name of the object.
公共属性 UserData 基础结构。Gets or sets an object that allows users to attach their own data to the object.

页首

请参阅

参考

Microsoft.SqlServer.Replication 命名空间