ProviderType Enumeration

Provides the type of connections to be used in the class.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Enumeration ProviderType
'Usage
Dim instance As ProviderType
public enum ProviderType
public enum class ProviderType
type ProviderType
public enum ProviderType

Members

Member name Description
SqlCompact Defines the SQL Server Compact provider which extends the Source base class.
SqlServer Defines the SQL Server provider.
SqlAzure Defines the SQL Azure provider.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting Namespace