共用方式為


FrequencyTypes 屬性

Gets or sets the way in which frequency is evaluated for the job schedule, whether it's one time only, or weekly, or when the processor is idle, for example.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property FrequencyTypes As FrequencyTypes
    Get
    Set
'用途
Dim instance As JobSchedule
Dim value As FrequencyTypes

value = instance.FrequencyTypes

instance.FrequencyTypes = value
[SfcPropertyAttribute]
public FrequencyTypes FrequencyTypes { get; set; }
[SfcPropertyAttribute]
public:
property FrequencyTypes FrequencyTypes {
    FrequencyTypes get ();
    void set (FrequencyTypes value);
}
[<SfcPropertyAttribute>]
member FrequencyTypes : FrequencyTypes with get, set
function get FrequencyTypes () : FrequencyTypes
function set FrequencyTypes (value : FrequencyTypes)

屬性值

型別:Microsoft.SqlServer.Management.Smo.Agent. . :: . .FrequencyTypes
A FrequencyTypes object value that specifies the way that the frequency of the scheduled job is evaluated.

備註

The frequency of the scheduled job can be hourly, daily, weekly, monthly, on certain days of the week that occur in the month, one time only, or when SQL Server starts or is idle, for example.