Validate 属性

Gets or sets the value that specifies whether to validate an upgraded Integration Services package.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property Validate As Boolean
    Get
    Set
用法
Dim instance As BatchUpgradeOptions
Dim value As Boolean

value = instance.Validate

instance.Validate = value
public bool Validate { get; set; }
public:
property bool Validate {
    bool get ();
    void set (bool value);
}
member Validate : bool with get, set
function get Validate () : boolean
function set Validate (value : boolean)

属性值

类型:System. . :: . .Boolean
A value that specifies whether to validate an upgraded package. The default value is false.