Propriedade do RDL BodyText
Gets the Transact-SQL string that defines the module.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property BodyText As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
The Transact-SQL string that defines the module.
Consulte também