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
)

参数