次の方法で共有


ErrorDeploymentType 列挙型

定義

エラー動作の種類でのデプロイ。 指定できる値は LastSuccessful と SpecificDeployment です。

public enum ErrorDeploymentType
type ErrorDeploymentType = 
Public Enum ErrorDeploymentType
継承
ErrorDeploymentType

フィールド

LastSuccessful 0

LastSuccessful。

SpecificDeployment 1

SpecificDeployment。

適用対象