Share via


IModelProvider.ConnectionType Property

Gets the connection type.

Namespace:  Microsoft.Data.Schema.Compare.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property ConnectionType As ConnectionType
    Get
'Usage
Dim instance As IModelProvider
Dim value As ConnectionType

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

Property Value

Type: Microsoft.Data.Schema.Compare.Schema.ConnectionType
Returns a ConnectionType enumeration value.

.NET Framework Security

See Also

Reference

IModelProvider Interface

IModelProvider Members

Microsoft.Data.Schema.Compare.Schema Namespace