ModelSchema.MaxIdentifierPartLength Property
Gets the maximum length of any part of a model identifier.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property MaxIdentifierPartLength As Integer
public int MaxIdentifierPartLength { get; }
public:
property int MaxIdentifierPartLength {
int get ();
}
member MaxIdentifierPartLength : int
function get MaxIdentifierPartLength () : int
Property Value
Type: System.Int32
The maximum length of any part.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.