FullSubscription propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (dans 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 la propriété
Type : System. . :: . .Boolean