Freigeben über


FullSubscription-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Eigenschaftenwert

Typ: System. . :: . .Boolean