ModelSchema.CreateIdentifierGroup 方法

创建标识符组。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Function CreateIdentifierGroup As ModelIdentifierGroup
public ModelIdentifierGroup CreateIdentifierGroup()
public:
ModelIdentifierGroup^ CreateIdentifierGroup()
member CreateIdentifierGroup : unit -> ModelIdentifierGroup 
public function CreateIdentifierGroup() : ModelIdentifierGroup

返回值

类型:Microsoft.Data.Schema.SchemaModel.ModelIdentifierGroup
返回标识符组。

.NET Framework 安全性

请参见

参考

ModelSchema 类

Microsoft.Data.Schema.SchemaModel 命名空间

IdentifierGroup