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.