此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the type of replication for this publication.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public Property Type As PublicationType
Get
Set
用法
Dim instance As LightPublication
Dim value As PublicationType
value = instance.Type
instance.Type = value
public PublicationType Type { get; set; }
public:
property PublicationType Type {
PublicationType get ();
void set (PublicationType value);
}
member Type : PublicationType with get, set
function get Type () : PublicationType
function set Type (value : PublicationType)
属性值
类型:Microsoft.SqlServer.Replication.PublicationType
The publication type.