Compartir a través de


BodyText Propiedad

Gets the Transact-SQL statements that define the module.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property BodyText As String
    Get
'Uso
Dim instance As IStoredProcedure
Dim value As String

value = instance.BodyText
string BodyText { get; }
property String^ BodyText {
    String^ get ();
}
abstract BodyText : string
function get BodyText () : String

Valor de la propiedad

Tipo: System. . :: . .String
The Transact-SQL statements that define the module.