SqlCeRuntimeInfo.FactoryName Property
Gets or sets the factory name of the SQL Server Compact runtime.
Namespace: Microsoft.SqlServerCe.VersionManagement
Assembly: Microsoft.SqlServerCe.VersionManagement (in Microsoft.SqlServerCe.VersionManagement.dll)
Syntax
'Declaration
Public Property FactoryName As String
Get
Private Set
'Usage
Dim instance As SqlCeRuntimeInfo
Dim value As String
value = instance.FactoryName
public string FactoryName { get; private set; }
public:
property String^ FactoryName {
String^ get ();
private: void set (String^ value);
}
member FactoryName : string with get, private set
function get FactoryName () : String
private function set FactoryName (value : String)
Property Value
Type: System.String
The factory name of the SQL Server Compact runtime.