Proprietà StringPropertyTooLongException.CurrentLength
Gets the current length of the string property.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CurrentLength As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
An integer value that specifies the current length of the string property.