Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the maximum number of identifier parts that can be in a model identifier.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property MaxIdentifierParts As Integer
public int MaxIdentifierParts { get; }
public:
property int MaxIdentifierParts {
int get ();
}
member MaxIdentifierParts : int
function get MaxIdentifierParts () : int
Property Value
Type: System.Int32
The number of allowable parts in an identifier.
.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.