This documentation is archived and is not being maintained.
Task::Version Property
*** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only.
Namespace:
Microsoft.SqlServer.Dts.Runtime Assembly:
Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public :
property int Version {
virtual int get();
}
Property Value
Type:
System::Int32 An Integer that contains the task version number.
Note This member will be removed in a future version of MicrosoftSQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.
The following code example creates the Send Mail task, which inherits from Task , and then displays the properties is has inherited.
No code example is currently available or this language may not be supported.
Sample Output:
ExecutionValue:
Version: 0
WaitForMe: True
Return to top