Propriété BodyText
Gets or sets the Transact-SQL statements that define the module.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Property BodyText As String
Get
Set
'Utilisation
Dim instance As IMutableTrigger
Dim value As String
value = instance.BodyText
instance.BodyText = value
string BodyText { get; set; }
property String^ BodyText {
String^ get ();
void set (String^ value);
}
abstract BodyText : string with get, set
function get BodyText () : String
function set BodyText (value : String)
Valeur de propriété
Type : System. . :: . .String
The Transact-SQL statements that define the module.