Share via


XmlDiffPerf.TotalTime Property

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.

See Also

Reference

XmlDiffPerf Class

Microsoft.SqlServer.Dts.Tasks.XMLTask Namespace