ProjectBasedModelProvider.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 Overrides ReadOnly Property ConnectionType As ConnectionType
Get
'Usage
Dim instance As ProjectBasedModelProvider
Dim value As ConnectionType
value = instance.ConnectionType
public override ConnectionType ConnectionType { get; }
public:
virtual property ConnectionType ConnectionType {
ConnectionType get () override;
}
override function get ConnectionType () : ConnectionType
abstract ConnectionType : ConnectionType
override ConnectionType : ConnectionType
Property Value
Type: Microsoft.Data.Schema.Compare.Schema.ConnectionType
Implements
.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
ProjectBasedModelProvider Class
ProjectBasedModelProvider Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace