Свойство StringPropertyTooLongException.CurrentLength

Gets the current length of the string property.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property CurrentLength As Integer 
    Get
'Применение
Dim instance As StringPropertyTooLongException 
Dim value As Integer 

value = instance.CurrentLength
public int CurrentLength { get; }
public:
property int CurrentLength {
    int get ();
}
member CurrentLength : int
function get CurrentLength () : int

Значение свойства

Тип: System.Int32
An integer value that specifies the current length of the string property.

См. также

Справочник

StringPropertyTooLongException Класс

Пространство имен Microsoft.SqlServer.Management.Dmf