Share via


Propriété SnapshotGenerationAgent.OnetimeDynamicSnapshot

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the one time dynamic snapshot.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Property OnetimeDynamicSnapshot As Boolean 
    Get 
    Set
'Utilisation
Dim instance As SnapshotGenerationAgent 
Dim value As Boolean 

value = instance.OnetimeDynamicSnapshot

instance.OnetimeDynamicSnapshot = value
public bool OnetimeDynamicSnapshot { get; set; }
public:
property bool OnetimeDynamicSnapshot {
    bool get ();
    void set (bool value);
}
member OnetimeDynamicSnapshot : bool with get, set
function get OnetimeDynamicSnapshot () : boolean 
function set OnetimeDynamicSnapshot (value : boolean)

Valeur de propriété

Type : System.Boolean
Any of the value of the result.

Voir aussi

Référence

SnapshotGenerationAgent Classe

Espace de noms Microsoft.SqlServer.Replication