Condividi tramite


Proprietà XmlDiffPerf.TotalTime

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the total time of the performance.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TotalTime As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

XmlDiffPerf Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask