BatchUpgradeOptions.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.

請參閱

參考

BatchUpgradeOptions 類別

Microsoft.SqlServer.Dts.Runtime 命名空間