共用方式為


TransSubscription.FullSubscription 屬性

此 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.

請參閱

參考

TransSubscription 類別

Microsoft.SqlServer.Replication 命名空間