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.
Gets the specified time period during which the number of events is counted.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Property Duration As TimeSpan
Get
Set
'Uso
Dim instance As FrequencyPair
Dim value As TimeSpan
value = instance.Duration
instance.Duration = value
public TimeSpan Duration { get; set; }
public:
property TimeSpan Duration {
TimeSpan get ();
void set (TimeSpan value);
}
member Duration : TimeSpan with get, set
function get Duration () : TimeSpan
function set Duration (value : TimeSpan)
Valor de la propiedad
Tipo: System.TimeSpan
A Timespan value that specifies the given time period.