Freigeben über


FullSubscription-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: System. . :: . .Boolean