Compartilhar via


Propriedade do RDL StringPropertyTooLongException.CurrentLength

Gets the current length of the string property.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StringPropertyTooLongException Classe

Namespace Microsoft.SqlServer.Management.Dmf