Text プロパティ

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。代わりに Text を使用してください。

名前空間:  Microsoft.NetEnterpriseServers
アセンブリ:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

構文

'宣言
Public Property Text As String
    Get
    Set
'使用
Dim instance As ExceptionMessageBox
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

プロパティ値

型: System. . :: . .String
String 値です。