Share via


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

메서드 호출

참고 항목

참조

SqlAssemblyFile 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스