Właściwość SnapshotGenerationAgent.OnetimeDynamicSnapshot
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Property OnetimeDynamicSnapshot As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Zobacz także