Freigeben über


GetFileText-Methode

Returns the bytes in the assembly file in hexadecimal representation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function GetFileText As String
'Usage
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

Rückgabewert

Typ: System. . :: . .String
A String value that contains the bytes in the assembly file in hexadecimal representation.