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 | |
|---|---|---|
![]() |
PrimaryKeyPart(PrimaryKey) | Initializes a new instance of the PrimaryKeyPart class. |
![]() |
PrimaryKeyPart(PrimaryKey, QualifiedIdentifier) | Initializes a new instance of the PrimaryKeyPart class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ChildNodes | Gets {insert text here}. (Overrides ModelObject..::..ChildNodes.) |
![]() |
Column | Gets {insert text here}. |
![]() |
Model | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
ParentNode | Gets {insert text here}. (Inherited from ModelObject.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAnnotation | (Inherited from ModelObject.) |
![]() |
CreateScript | (Inherited from ModelObject.) |
![]() |
Delete | (Inherited from ModelElement.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAncestor< (Of < <' (T> ) > > ) | (Inherited from ModelObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)