Compartilhar via


Propriedade do RDL XmlDiffPerf.TotalTime

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the total time of the performance.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)

Sintaxe

'Declaração
Public ReadOnly Property TotalTime As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

XmlDiffPerf Classe

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask