Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
keyErrorLogFile As String, _
keyErrorLimit As Long _
)
'Usage
Dim keyErrorLogFile As String
Dim keyErrorLimit As Long
Dim instance As New ErrorConfiguration(keyErrorLogFile, _
keyErrorLimit)
public ErrorConfiguration(
string keyErrorLogFile,
long keyErrorLimit
)
public:
ErrorConfiguration(
String^ keyErrorLogFile,
long long keyErrorLimit
)
new :
keyErrorLogFile:string *
keyErrorLimit:int64 -> ErrorConfiguration
public function ErrorConfiguration(
keyErrorLogFile : String,
keyErrorLimit : long
)
Parameter
- keyErrorLogFile
Typ: System.String
A String that contains the name of the keyErrorLogFile.
- keyErrorLimit
Typ: System.Int64
An Integer representation of the limit on number of errors logged.