Partager via


Propriété TransSubscription.FullSubscription

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a value that indicates whether the subscription is full.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FullSubscription As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TransSubscription Classe

Espace de noms Microsoft.SqlServer.Replication