この型の最大長を取得します。
名前空間: Microsoft.Data.Edm
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'使用
Dim instance As IEdmBinaryTypeReference
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>
この型の最大長。