Метод XmlReadDoc.LoadFile
Loads the contents of an assembly file on the specified path. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub LoadFile ( _
a As Assembly, _
strFile As String _
)
'Применение
Dim instance As XmlReadDoc
Dim a As [Assembly]
Dim strFile As String
instance.LoadFile(a, strFile)
public void LoadFile(
Assembly a,
string strFile
)
public:
void LoadFile(
Assembly^ a,
String^ strFile
)
member LoadFile :
a:Assembly *
strFile:string -> unit
public function LoadFile(
a : Assembly,
strFile : String
)
Параметры
- a
Тип: System.Reflection.Assembly
The loaded assembly in the file.
- strFile
Тип: System.String
The name or path of the file in an assembly.