Share via


XmlDiffPerf.TotalTime Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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