Share via


TransSubscription.FullSubscription Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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