StringPropertyTooLongException.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
文字列プロパティの現在の長さを示す整数値です。

関連項目

参照

StringPropertyTooLongException クラス

Microsoft.SqlServer.Management.Dmf 名前空間