Freigeben über


XmlDiffPerf.TotalTime-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: System.Int32
The total time of the performance.

Siehe auch

Verweis

XmlDiffPerf Klasse

Microsoft.SqlServer.Dts.Tasks.XMLTask-Namespace