Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Return Value
Type: System.String
A String value that contains the bytes in the assembly file in hexadecimal representation.