共用方式為


ModelSchema.MaxIdentifierPartLength 屬性

取得模型識別項任何部分的最大長度。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public ReadOnly Property MaxIdentifierPartLength As Integer
    Get
public int MaxIdentifierPartLength { get; }
public:
property int MaxIdentifierPartLength {
    int get ();
}
member MaxIdentifierPartLength : int
function get MaxIdentifierPartLength () : int

屬性值

型別:System.Int32
任何部分的最大長度。

.NET Framework 安全性

請參閱

參考

ModelSchema 類別

Microsoft.Data.Schema.SchemaModel 命名空間

ModelIdentifier