Compartilhar via


Propriedade do RDL TransSubscription.FullSubscription

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a value that indicates whether the subscription is full.

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

Sintaxe

'Declaração
Public ReadOnly Property FullSubscription As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TransSubscription Classe

Namespace Microsoft.SqlServer.Replication