ErrorConfiguration 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
ErrorConfiguration() |
Initializes a new instance of the ErrorConfiguration class using default values. |
ErrorConfiguration(String) |
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile. |
ErrorConfiguration(String, Int64) |
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit. |
ErrorConfiguration()
Initializes a new instance of the ErrorConfiguration class using default values.
public ErrorConfiguration ();
Public Sub New ()
Applies to
ErrorConfiguration(String)
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile.
public ErrorConfiguration (string keyErrorLogFile);
new Microsoft.AnalysisServices.ErrorConfiguration : string -> Microsoft.AnalysisServices.ErrorConfiguration
Public Sub New (keyErrorLogFile As String)
Parameters
- keyErrorLogFile
- String
A String that contains the name of the keyErrorLogFile.
Applies to
ErrorConfiguration(String, Int64)
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.
public ErrorConfiguration (string keyErrorLogFile, long keyErrorLimit);
new Microsoft.AnalysisServices.ErrorConfiguration : string * int64 -> Microsoft.AnalysisServices.ErrorConfiguration
Public Sub New (keyErrorLogFile As String, keyErrorLimit As Long)
Parameters
- keyErrorLogFile
- String
A String that contains the name of the keyErrorLogFile.
- keyErrorLimit
- Int64
An Integer representation of the limit on number of errors logged.