Свойство TextLength
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property TextLength As Integer
Get
'Применение
Dim instance As XmlaMessageLocation
Dim value As Integer
value = instance.TextLength
public int TextLength { get; }
public:
property int TextLength {
int get ();
}
member TextLength : int
function get TextLength () : int