Freigeben über


StringPropertyTooLongException.CurrentLength-Eigenschaft

Gets the current length of the string property.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentLength As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

StringPropertyTooLongException Klasse

Microsoft.SqlServer.Management.Dmf-Namespace