Méthode GetFileText
Returns the bytes in the assembly file in hexadecimal representation.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function GetFileText As String
'Utilisation
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
Valeur de retour
Type : System. . :: . .String
A String value that contains the bytes in the assembly file in hexadecimal representation.