Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.