ModelSchema.MaxIdentifierParts 属性

表示可位于模型标识符中的标识符部分的最大数量。

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

语法

声明
Public ReadOnly Property MaxIdentifierParts As Integer
    Get
public int MaxIdentifierParts { get; }
public:
property int MaxIdentifierParts {
    int get ();
}
member MaxIdentifierParts : int
function get MaxIdentifierParts () : int

属性值

类型:System.Int32
标识符中允许的部分数。

.NET Framework 安全性

请参见

参考

ModelSchema 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelIdentifier