다음을 통해 공유


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 ITrigger
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.