Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Property VersionID As String
Get
Set
'Usage
Dim instance As ExecutePackageTaskClass
Dim value As String
value = instance.VersionID
instance.VersionID = value
public virtual string VersionID { get; set; }
public:
virtual property String^ VersionID {
String^ get ();
void set (String^ value);
}
abstract VersionID : string with get, set
override VersionID : string with get, set
function get VersionID () : String
function set VersionID (value : String)
Property Value
Type: System.String
The version identifier of the child package to be executed by the ExecutePackageTask.
Implements
IDTSExecutePackage100.VersionID