Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.