Freigeben über


TransSubscription.FullSubscription-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets a value that indicates whether the subscription is full.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public ReadOnly Property FullSubscription As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
true if the subscription is full; otherwise, false.

Siehe auch

Verweis

TransSubscription Klasse

Microsoft.SqlServer.Replication-Namespace