ModelProviderBase Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelProviderBase

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public MustInherit Class ModelProviderBase _
    Implements IModelProvider
'Usage
Dim instance As ModelProviderBase
public abstract class ModelProviderBase : IModelProvider
public ref class ModelProviderBase abstract : IModelProvider
[<AbstractClassAttribute>]
type ModelProviderBase =  
    class
        interface IModelProvider
    end
public abstract class ModelProviderBase implements IModelProvider

The ModelProviderBase type exposes the following members.

Constructors

  Name Description
Protected method ModelProviderBase Initializes a new instance of the ModelProviderBase class.

Top

Properties

  Name Description
Public property ModelProviderType Gets {insert text here}.

Top

Methods

  Name Description
Protected method CreateModel
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetExistingSharedModel
Public method GetHashCode (Inherited from Object.)
Public method GetModelIdentifier
Public method GetNewOrExistingSharedModel
Public method GetNewUnsharedModel
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReleaseSharedModel
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Model.Simple Namespace