다음을 통해 공유


TextBody 속성

Gets or sets the body of the text that is associated with the referenced object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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
A String value that specifies the body of text associated with the referenced object.