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.

示例

调用方法