Compartilhar via


Propriedade do RDL SnapshotGenerationAgent.OnetimeDynamicSnapshot

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the one time dynamic snapshot.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SnapshotGenerationAgent Classe

Namespace Microsoft.SqlServer.Replication