Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.