Méthode SfcUtility.LoadSqlCeAssembly

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 LoadSqlCeAssembly ( _
    assemblyName As String _
) As Assembly
'Utilisation
Dim assemblyName As String 
Dim returnValue As [Assembly]

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

Paramètres

  • assemblyName
    Type : System.String
    A T:System.String that specifies the name of the assembly to load.

Valeur de retour

Type : System.Reflection.Assembly
The SQLCE assembly

Voir aussi

Référence

SfcUtility Classe

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