Compartir a través de


SnapshotGenerationAgent.OnetimeDynamicSnapshot Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the one time dynamic snapshot.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Property OnetimeDynamicSnapshot As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SnapshotGenerationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication