ITextObject.TextBody 속성

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

네임스페이스:  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
A String value that specifies the body of text associated with the referenced object.

참고 항목

참조

ITextObject 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스