Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the body of the text that is associated with the referenced object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property TextBody As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String value that specifies the body of text associated with the referenced object.