Свойство BodyText
Gets the Transact-SQL statements that define the module.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property BodyText As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
The Transact-SQL statements that define the module.