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