Trace Constructors
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.
Overloads
Trace() |
Initializes a new instance of the Trace class using default values. |
Trace(String, String) |
Initializes a new instance of the Trace class using a name and an identifier. |
Trace()
Initializes a new instance of the Trace class using default values.
public Trace ();
Public Sub New ()
Applies to
Trace(String, String)
Initializes a new instance of the Trace class using a name and an identifier.
public Trace (string name, string id);
new Microsoft.AnalysisServices.Trace : string * string -> Microsoft.AnalysisServices.Trace
Public Sub New (name As String, id As String)