SchemaCompareModelProviderBase.ConnectionType Property
Gets the type of connection.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ConnectionType As SchemaCompareConnectionType
public abstract SchemaCompareConnectionType ConnectionType { get; }
public:
virtual property SchemaCompareConnectionType ConnectionType {
SchemaCompareConnectionType get () abstract;
}
abstract ConnectionType : SchemaCompareConnectionType
abstract function get ConnectionType () : SchemaCompareConnectionType
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareConnectionType
The type of connection.
Implements
ISchemaCompareModelProvider.ConnectionType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareModelProviderBase Class