次の方法で共有


IEdmStringTypeReference.MaxLength プロパティ

この文字列型の最大長を取得します。

名前空間:  Microsoft.Data.Edm
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
ReadOnly Property MaxLength As Nullable(Of Integer)
    Get
'使用
Dim instance As IEdmStringTypeReference
Dim value As Nullable(Of Integer)

value = instance.MaxLength
Nullable<int> MaxLength { get; }
property Nullable<int> MaxLength {
    Nullable<int> get ();
}
abstract MaxLength : Nullable<int>
function get MaxLength () : Nullable<int>

プロパティ値

型: System.Nullable<Int32>
この文字列型の最大長。

関連項目

参照

IEdmStringTypeReference インターフェイス

Microsoft.Data.Edm 名前空間