TraceReplay.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TraceReader object that contains the trace to be replayed.
public:
property Microsoft::SqlServer::Management::Trace::TraceReader ^ Source { Microsoft::SqlServer::Management::Trace::TraceReader ^ get(); void set(Microsoft::SqlServer::Management::Trace::TraceReader ^ value); };
public Microsoft.SqlServer.Management.Trace.TraceReader Source { get; set; }
member this.Source : Microsoft.SqlServer.Management.Trace.TraceReader with get, set
Public Property Source As TraceReader
Property Value
A TraceReader object value that specifies the source of the trace.