Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- keyErrorLogFile
Type: System.String
A String that contains the name of the keyErrorLogFile.
- keyErrorLimit
Type: System.Int64
An Integer representation of the limit on number of errors logged.