PrimaryKey Constructor (Table)
Initializes a new instance of the PrimaryKey class.
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Sub New ( _
parent As Table _
)
'Usage
Dim parent As Table
Dim instance As New PrimaryKey(parent)
public PrimaryKey(
Table parent
)
public:
PrimaryKey(
Table^ parent
)
new :
parent:Table -> PrimaryKey
public function PrimaryKey(
parent : Table
)
Parameters
- parent
Type: Microsoft.Data.Tools.Model.Simple..::..Table