Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves an integer value specifying the maximum length of the data item at the specified index.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides Function GetItemMaxLength ( _
index As Integer _
) As Integer
public override int GetItemMaxLength(
int index
)
public:
virtual int GetItemMaxLength(
int index
) override
abstract GetItemMaxLength :
index:int -> int
override GetItemMaxLength :
index:int -> int
public override function GetItemMaxLength(
index : int
) : int
Parameters
- index
Type: System.Int32
Index into the field specifying the data item for which to retrieve the max length value.
Return Value
Type: System.Int32
Returns an integer value specifying the maximum length of the data item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.