Método SqlAssemblyFile.GetFileText
Returns the bytes in the assembly file in hexadecimal representation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function GetFileText As String
'Uso
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
Valor de retorno
Tipo: System.String
A String value that contains the bytes in the assembly file in hexadecimal representation.