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. |
页首