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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the total time of the performance.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public ReadOnly Property TotalTime As Integer
Get
'Usage
Dim instance As XmlDiffPerf
Dim value As Integer
value = instance.TotalTime
public int TotalTime { get; }
public:
property int TotalTime {
int get ();
}
member TotalTime : int
function get TotalTime () : int
Property Value
Type: System.Int32
The total time of the performance.