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.