Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function LoadSqlCeAssembly ( _
assemblyName As String _
) As Assembly
'Usage
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
Parameters
- assemblyName
Type: System.String
A T:System.String that specifies the name of the assembly to load.
Return Value
Type: System.Reflection.Assembly
The SQLCE assembly