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.