ホーム › Storage.FileServerResourceManager › FsrmReportGenerationContext
FsrmReportGenerationContext
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| FsrmReportGenerationContext_Undefined | 1 | 0x1 |
| FsrmReportGenerationContext_ScheduledReport | 2 | 0x2 |
| FsrmReportGenerationContext_InteractiveReport | 3 | 0x3 |
| FsrmReportGenerationContext_IncidentReport | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum FsrmReportGenerationContext : int {
FsrmReportGenerationContext_Undefined = 1,
FsrmReportGenerationContext_ScheduledReport = 2,
FsrmReportGenerationContext_InteractiveReport = 3,
FsrmReportGenerationContext_IncidentReport = 4
} FsrmReportGenerationContext;public enum FsrmReportGenerationContext : int
{
FsrmReportGenerationContext_Undefined = 1,
FsrmReportGenerationContext_ScheduledReport = 2,
FsrmReportGenerationContext_InteractiveReport = 3,
FsrmReportGenerationContext_IncidentReport = 4,
}Public Enum FsrmReportGenerationContext As Integer
FsrmReportGenerationContext_Undefined = 1
FsrmReportGenerationContext_ScheduledReport = 2
FsrmReportGenerationContext_InteractiveReport = 3
FsrmReportGenerationContext_IncidentReport = 4
End Enumimport enum
class FsrmReportGenerationContext(enum.IntEnum):
FsrmReportGenerationContext_Undefined = 1
FsrmReportGenerationContext_ScheduledReport = 2
FsrmReportGenerationContext_InteractiveReport = 3
FsrmReportGenerationContext_IncidentReport = 4// FsrmReportGenerationContext
pub const FsrmReportGenerationContext_Undefined: i32 = 1;
pub const FsrmReportGenerationContext_ScheduledReport: i32 = 2;
pub const FsrmReportGenerationContext_InteractiveReport: i32 = 3;
pub const FsrmReportGenerationContext_IncidentReport: i32 = 4;// FsrmReportGenerationContext
const (
FsrmReportGenerationContext_Undefined int32 = 1
FsrmReportGenerationContext_ScheduledReport int32 = 2
FsrmReportGenerationContext_InteractiveReport int32 = 3
FsrmReportGenerationContext_IncidentReport int32 = 4
)const
FsrmReportGenerationContext_Undefined = 1;
FsrmReportGenerationContext_ScheduledReport = 2;
FsrmReportGenerationContext_InteractiveReport = 3;
FsrmReportGenerationContext_IncidentReport = 4;// FsrmReportGenerationContext
pub const FsrmReportGenerationContext_Undefined: i32 = 1;
pub const FsrmReportGenerationContext_ScheduledReport: i32 = 2;
pub const FsrmReportGenerationContext_InteractiveReport: i32 = 3;
pub const FsrmReportGenerationContext_IncidentReport: i32 = 4;const
FsrmReportGenerationContext_Undefined* = 1
FsrmReportGenerationContext_ScheduledReport* = 2
FsrmReportGenerationContext_InteractiveReport* = 3
FsrmReportGenerationContext_IncidentReport* = 4enum FsrmReportGenerationContext : int {
FsrmReportGenerationContext_Undefined = 1,
FsrmReportGenerationContext_ScheduledReport = 2,
FsrmReportGenerationContext_InteractiveReport = 3,
FsrmReportGenerationContext_IncidentReport = 4,
}#define global FsrmReportGenerationContext_Undefined 0x1
#define global FsrmReportGenerationContext_ScheduledReport 0x2
#define global FsrmReportGenerationContext_InteractiveReport 0x3
#define global FsrmReportGenerationContext_IncidentReport 0x4