FsrmAccountType 列挙 (fsrmenums.h)
コマンド アクション ( FsrmActionType を参照) を実行できるコンピューター アカウントの種類を定義します。
構文
typedef enum _FsrmAccountType {
FsrmAccountType_Unknown = 0,
FsrmAccountType_NetworkService = 1,
FsrmAccountType_LocalService = 2,
FsrmAccountType_LocalSystem = 3,
FsrmAccountType_InProc = 4,
FsrmAccountType_External = 5,
FsrmAccountType_Automatic = 500
} FsrmAccountType;
定数
FsrmAccountType_Unknown 値: 0 アカウントの種類が不明です。 この値を使用して を設定しないでください。 IFsrmActionCommand::Account プロパティ。 |
FsrmAccountType_NetworkService 値: 1 "NetworkService" アカウントでコマンドまたはパイプライン モジュールを実行します。 |
FsrmAccountType_LocalService 値: 2 "LocalService" アカウントでコマンドまたはパイプライン モジュールを実行します。 |
FsrmAccountType_LocalSystem 値: 3 "LocalSystem" アカウントでコマンドまたはパイプライン モジュールを実行します。 |
FsrmAccountType_InProc 値: 4 この値は、内部使用のために予約されています。 |
FsrmAccountType_External 値: 5 FSRM とは別のプロセスで分類子またはストレージ モジュールを実行します (FSRM では、 モジュール をインスタンス化するCLSCTX_LOCAL_SERVER)。 モジュールの COM 登録 は、モジュールの実行に使用されるアカウントを指定します。 登録でアカウントが指定されていない場合、モジュールは ユーザーのアカウントを使用して を実行します。 |
FsrmAccountType_Automatic 値: 500 FSRM が選択したアカウントでコマンドまたはパイプライン モジュールを実行します。 これは推奨される値です。 Windows Server 2008 R2 と Windows Server 2008: この列挙値は、Windows Server 2012する前にサポートされていません。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2008 |
Header | fsrmenums.h (fsrmPipeline.h、FsrmQuota.h、FsrmReports.h、FsrmScreen.h を含む) |