Text プロパティ

システム メッセージのテキストを取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property Text As String
    Get
'使用
Dim instance As SystemMessage
Dim value As String

value = instance.Text
[SfcPropertyAttribute]
public string Text { get; }
[SfcPropertyAttribute]
public:
property String^ Text {
    String^ get ();
}
[<SfcPropertyAttribute>]
member Text : string
function get Text () : String

プロパティ値

型: System. . :: . .String
システム メッセージのテキストを示す String 値です。