MaxLength プロパティ

文字列プロパティで許可されている最大長を取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Property MaxLength As Integer
    Get
'使用
Dim instance As StringPropertyTooLongException
Dim value As Integer

value = instance.MaxLength
public int MaxLength { get; }
public:
property int MaxLength {
    int get ();
}
member MaxLength : int
function get MaxLength () : int

プロパティ値

型: System. . :: . .Int32
文字列プロパティで許可されている最大長を示す Int32 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。