Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time at which a Trace object should stop.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property StopTime As DateTime
Get
Set
'Usage
Dim instance As Trace
Dim value As DateTime
value = instance.StopTime
instance.StopTime = value
public DateTime StopTime { get; set; }
public:
property DateTime StopTime {
DateTime get ();
void set (DateTime value);
}
member StopTime : DateTime with get, set
function get StopTime () : DateTime
function set StopTime (value : DateTime)
Property Value
Type: System.DateTime
The date and time at which a Trace object should stop.