CurrentLength プロパティ

文字列プロパティの現在の長さを取得します。

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

構文

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

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

プロパティ値

型: System. . :: . .Int32
文字列プロパティの現在の長さを示す Int32 値です。

説明

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