Méthode XmlReadDoc.LoadFile

Loads the contents of an assembly file on the specified path. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub LoadFile ( _
    a As Assembly, _
    strFile As String _
)
'Utilisation
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
)

Paramètres

  • strFile
    Type : System.String
    The name or path of the file in an assembly.

Voir aussi

Référence

XmlReadDoc Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc