ErrorConfiguration Constructor (String, Int64)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ErrorConfiguration(
    string keyErrorLogFile,
    long keyErrorLimit
)
public:
ErrorConfiguration(
    String^ keyErrorLogFile,
    long long keyErrorLimit
)
new : 
        keyErrorLogFile:string *
        keyErrorLimit:int64 -> ErrorConfiguration
Public Sub New (
    keyErrorLogFile As String,
    keyErrorLimit As 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.

See Also

ErrorConfiguration Overload
ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top