BodyText 속성
Gets the Transact-SQL string that defines 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 IUserDefinedFunction
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 string that defines the module.