ModelProviderBase.ConnectionType Property

Gets the connection type.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ConnectionType As ConnectionType
    Get
'Usage
Dim instance As ModelProviderBase
Dim value As ConnectionType

value = instance.ConnectionType
public abstract ConnectionType ConnectionType { get; }
public:
virtual property ConnectionType ConnectionType {
    ConnectionType get () abstract;
}
abstract function get ConnectionType () : ConnectionType
abstract ConnectionType : ConnectionType

Property Value

Type: Microsoft.Data.Schema.Compare.Schema.ConnectionType

Implements

IModelProvider.ConnectionType

.NET Framework Security

See Also

Reference

ModelProviderBase Class

ModelProviderBase Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace