Share via


ModelSchema.CreateIdentifierGroup Method

Creates an identifier group.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function CreateIdentifierGroup As ModelIdentifierGroup
public ModelIdentifierGroup CreateIdentifierGroup()
public:
ModelIdentifierGroup^ CreateIdentifierGroup()
member CreateIdentifierGroup : unit -> ModelIdentifierGroup 
public function CreateIdentifierGroup() : ModelIdentifierGroup

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifierGroup
Returns an identifier group.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace

IdentifierGroup