SfcUtility.LoadSqlCeAssembly(String) Method

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Loads the SQLCE assembly with specified assembly name.

public:
 static System::Reflection::Assembly ^ LoadSqlCeAssembly(System::String ^ assemblyName);
public static System.Reflection.Assembly LoadSqlCeAssembly (string assemblyName);
static member LoadSqlCeAssembly : string -> System.Reflection.Assembly
Public Shared Function LoadSqlCeAssembly (assemblyName As String) As Assembly

Parameters

assemblyName
String

The String name of the assembly to load.

Returns

Returns the SQLCE assembly name.

Applies to