Метод SqlAssemblyFile.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.

Примеры

Вызов методов

См. также

Справочник

SqlAssemblyFile Класс

Пространство имен Microsoft.SqlServer.Management.Smo