MaximumLength プロパティ
システム データ型の最大長を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property MaximumLength As Integer
Get
'使用
Dim instance As SystemDataType
Dim value As Integer
value = instance.MaximumLength
[SfcPropertyAttribute]
public int MaximumLength { get; }
[SfcPropertyAttribute]
public:
property int MaximumLength {
int get ();
}
[<SfcPropertyAttribute>]
member MaximumLength : int
function get MaximumLength () : int
プロパティ値
型: System. . :: . .Int32
システム データ型の最大長を示す Int32 値。