Share via


SnapshotGenerationAgent.OnetimeDynamicSnapshot Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the one time dynamic snapshot.

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

Syntax

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

Property Value

Type: Boolean
Any of the value of the result.

See Also

Reference

SnapshotGenerationAgent Class

Microsoft.SqlServer.Replication Namespace