此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets a value that indicates whether the subscription is full.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public ReadOnly Property FullSubscription As Boolean
Get
用法
Dim instance As TransSubscription
Dim value As Boolean
value = instance.FullSubscription
public bool FullSubscription { get; }
public:
property bool FullSubscription {
bool get ();
}
member FullSubscription : bool
function get FullSubscription () : boolean
属性值
类型:System.Boolean
true if the subscription is full; otherwise, false.