ExtensionParameter.Error Property

 

Applies To: SQL Server 2016 Preview

An error that describes a problem with the value of the setting.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string Error { get; set; }
public:
property String^ Error {
    String^ get();
    void set(String^ value);
}
member Error : string with get, set
Public Property Error As String

Property Value

Type: System.String

A read-only String containing the error description.

See Also

ExtensionParameter Class
ReportService2005 Namespace

Return to top