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
Eigenschaftenwert
Typ: System. . :: . .Int32
An Int32 value that specifies the current length of the string property.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.