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.