Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the total time of the performance.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado: Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
The total time of the performance.