PrimaryKeyPart Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ModelElement
      Microsoft.Data.Tools.Model.Simple..::..PrimaryKeyPart

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

Syntax

'Declaration
Public Class PrimaryKeyPart _
    Inherits ModelElement _
    Implements IPrimaryKeyPart, IModelElement, IModelObject
'Usage
Dim instance As PrimaryKeyPart
public class PrimaryKeyPart : ModelElement, 
    IPrimaryKeyPart, IModelElement, IModelObject
public ref class PrimaryKeyPart : public ModelElement, 
    IPrimaryKeyPart, IModelElement, IModelObject
type PrimaryKeyPart =  
    class
        inherit ModelElement
        interface IPrimaryKeyPart
        interface IModelElement
        interface IModelObject
    end
public class PrimaryKeyPart extends ModelElement implements IPrimaryKeyPart, IModelElement, IModelObject

The PrimaryKeyPart type exposes the following members.

Constructors

  Name Description
Public method PrimaryKeyPart(PrimaryKey) Initializes a new instance of the PrimaryKeyPart class.
Public method PrimaryKeyPart(PrimaryKey, QualifiedIdentifier) Initializes a new instance of the PrimaryKeyPart class.

Top

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Overrides ModelObject..::..ChildNodes.)
Public property Column Gets {insert text here}.
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)

Top

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObject.)
Public method CreateScript (Inherited from ModelObject.)
Public method Delete (Inherited from ModelElement.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObject.)

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