Właściwość ReplicationAgentSchedule.FrequencySubDayInterval
Pobiera lub ustawia interwał między zaplanowanych działań, które występują w jeden dzień.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Property FrequencySubDayInterval As Integer
Get
Set
'Użycie
Dim instance As ReplicationAgentSchedule
Dim value As Integer
value = instance.FrequencySubDayInterval
instance.FrequencySubDayInterval = value
public int FrequencySubDayInterval { get; set; }
public:
property int FrequencySubDayInterval {
int get ();
void set (int value);
}
member FrequencySubDayInterval : int with get, set
function get FrequencySubDayInterval () : int
function set FrequencySubDayInterval (value : int)
Wartość właściwości
Typ: System.Int32
Int32 Wartości.
Uwagi
Przykładem tego jest zaplanować czynności występują co 15 minut.Set FrequencyType to Daily, FrequencySubDay to Minute, and FrequencySubDayInterval to 15.
FrequencySubDayInterval Właściwość jest tylko oceniane po FrequencySubDay właściwość jest zestaw do Hour lub Minute.
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.
Zobacz także