다음을 통해 공유


GetFileText 메서드

Returns the bytes in the assembly file in hexadecimal representation.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.