Propriété StringPropertyTooLongException.CurrentLength
Gets the current length of the string property.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CurrentLength As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
An integer value that specifies the current length of the string property.