Condividi tramite


Proprietà SnapshotGenerationAgent.OnetimeDynamicSnapshot

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the one time dynamic snapshot.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public Property OnetimeDynamicSnapshot As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SnapshotGenerationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication