次の方法で共有


ApplicationStartOption 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class ApplicationStartOption
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ApplicationStartOption
type ApplicationStartOption = 
Public Enum ApplicationStartOption
継承
ApplicationStartOption
属性

フィールド

名前 説明
StartAllOrchestrations 1
StartAllSendPorts 2
StartAllSendPortGroups 4
EnableAllReceiveLocations 8
DeployAllPolicies 16
StartReferencedApplications 32
StartAll 63

適用対象