ErrorConfiguration 建構函式 (String, Int64)
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub New ( _
keyErrorLogFile As String, _
keyErrorLimit As Long _
)
'用途
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
)
參數
- keyErrorLogFile
型別:System.String
A String that contains the name of the keyErrorLogFile.
- keyErrorLimit
型別:System.Int64
An Integer representation of the limit on number of errors logged.