TextBody プロパティ

参照先のオブジェクトに関連付けるテキストの本文を取得します。値の設定も可能です。

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

構文

'宣言
Property TextBody As String
    Get
    Set
'使用
Dim instance As ITextObject
Dim value As String

value = instance.TextBody

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

プロパティ値

型: System. . :: . .String
参照先のオブジェクトに関連付けるテキストの本文を示す String 値です。