この文字列型の最大長を取得します。
名前空間: Microsoft.Data.Edm.Library
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public ReadOnly Property MaxLength As Nullable(Of Integer)
Get
'使用
Dim instance As EdmStringTypeReference
Dim value As Nullable(Of Integer)
value = instance.MaxLength
public Nullable<int> MaxLength { get; }
public:
virtual property Nullable<int> MaxLength {
Nullable<int> get () sealed;
}
abstract MaxLength : Nullable<int>
override MaxLength : Nullable<int>
final function get MaxLength () : Nullable<int>
プロパティ値
型: System.Nullable<Int32>
この文字列型の最大長。
実装
IEdmStringTypeReference.MaxLength