Share via


Error 속성

Gets the error property associated with a TraceEventArgs object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public ReadOnly Property Error As String
    Get
‘사용 방법
Dim instance As TraceEventArgs
Dim value As String

value = instance.Error
public string Error { get; }
public:
property String^ Error {
    String^ get ();
}
member Error : string
function get Error () : String

속성 값

유형: System. . :: . .String
The error itself.