Trace.StopTime Property
Gets or sets the date and time at which a Trace object should stop.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
Public Property StopTime As DateTime
public DateTime StopTime { get; set; }
public:
property DateTime StopTime {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_StopTime ()
/** @property */
public void set_StopTime (DateTime value)
public function get StopTime () : DateTime
public function set StopTime (value : DateTime)
Valore proprietà
A DateTime that specifies the date and time at which a Trace object should stop.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Trace Class
Trace Members
Microsoft.AnalysisServices Namespace