Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Loads the contents of an assembly file on the specified path. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub LoadFile ( _
a As Assembly, _
strFile As String _
)
'Usage
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
)
Parameter
- a
Typ: System.Reflection.Assembly
The loaded assembly in the file.
- strFile
Typ: System.String
The name or path of the file in an assembly.