SqlCeRuntimeInfo.LocationOfManagedProviderDll Property

Gets the location of the managed provider binaries.

Namespace:  Microsoft.SqlServerCe.VersionManagement
Assembly:  Microsoft.SqlServerCe.VersionManagement (in Microsoft.SqlServerCe.VersionManagement.dll)

Syntax

'Declaration
Public ReadOnly Property LocationOfManagedProviderDll As String
    Get
'Usage
Dim instance As SqlCeRuntimeInfo
Dim value As String

value = instance.LocationOfManagedProviderDll
public string LocationOfManagedProviderDll { get; }
public:
property String^ LocationOfManagedProviderDll {
    String^ get ();
}
member LocationOfManagedProviderDll : string
function get LocationOfManagedProviderDll () : String

Property Value

Type: System.String
The location of the managed provider binaries.

See Also

Reference

SqlCeRuntimeInfo Class

Microsoft.SqlServerCe.VersionManagement Namespace