Compartir a través de


StringPropertyTooLongException.CurrentLength Propiedad

Gets the current length of the string property.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public ReadOnly Property CurrentLength As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
An integer value that specifies the current length of the string property.

Vea también

Referencia

StringPropertyTooLongException Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf