SchemaCompareProjectBasedModelProvider.ConnectionType Property
Gets the type of connection associated with this provider.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ConnectionType As SchemaCompareConnectionType
public override SchemaCompareConnectionType ConnectionType { get; }
public:
virtual property SchemaCompareConnectionType ConnectionType {
SchemaCompareConnectionType get () override;
}
abstract ConnectionType : SchemaCompareConnectionType
override ConnectionType : SchemaCompareConnectionType
override function get ConnectionType () : SchemaCompareConnectionType
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareConnectionType
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
SchemaCompareProjectBasedModelProvider Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace