Méthode Util.LoadAssembly

Loads the specified assembly to be used. 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 Shared Function LoadAssembly ( _
    assemblyName As String _
) As Assembly
'Utilisation
Dim assemblyName As String 
Dim returnValue As [Assembly]

returnValue = Util.LoadAssembly(assemblyName)
public static Assembly LoadAssembly(
    string assemblyName
)
public:
static Assembly^ LoadAssembly(
    String^ assemblyName
)
static member LoadAssembly : 
        assemblyName:string -> Assembly
public static function LoadAssembly(
    assemblyName : String
) : Assembly

Paramètres

  • assemblyName
    Type : System.String
    A string value for the assembly name.

Valeur de retour

Type : System.Reflection.Assembly
The assembly to be used.

Voir aussi

Référence

Util Classe

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