Właściwość AdomdErrorLocation.TextLength
Długość tekstu, który wygenerował błąd.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public ReadOnly Property TextLength As Integer
Get
'Użycie
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.TextLength
public int TextLength { get; }
public:
property int TextLength {
int get ();
}
member TextLength : int
function get TextLength () : int
Wartość właściwości
Typ: System.Int32
Liczbę całkowitą reprezentującą długość tekstu, który wygenerował błąd.
Zobacz także