GetFileText 메서드
Returns the bytes in the assembly file in hexadecimal representation.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function GetFileText As String
‘사용 방법
Dim instance As SqlAssemblyFile
Dim returnValue As String
returnValue = instance.GetFileText()
public string GetFileText()
public:
String^ GetFileText()
member GetFileText : unit -> string
public function GetFileText() : String
반환 값
유형: System. . :: . .String
A String value that contains the bytes in the assembly file in hexadecimal representation.