StringPropertyTooLongException.CurrentLength Property

 

Gets the current length of the string property.

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

Syntax

public int CurrentLength { get; }
public:
property int CurrentLength {
    int get();
}
member CurrentLength : int with get
Public ReadOnly Property CurrentLength As Integer

Property Value

Type: System.Int32

An integer value that specifies the current length of the string property.

See Also

StringPropertyTooLongException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top