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.

範例

呼叫方法