TransSubscription.FullSubscription Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: System.Boolean
true if the subscription is full; otherwise, false.