BatchUpgradeOptions.TestOnly 属性

定义

获取或设置升级选项是否仅供测试。

public:
 property bool TestOnly { bool get(); void set(bool value); };
public bool TestOnly { get; set; }
member this.TestOnly : bool with get, set
Public Property TestOnly As Boolean

属性值

如果升级选项仅用于测试,则为 True;否则为 false。

适用于