Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Erstellt eine neue Instanz der EdmStringTypeReference-Klasse.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
definition As IEdmPrimitiveType, _
isNullable As Boolean, _
isMaxMaxLength As Boolean, _
maxLength As Nullable(Of Integer), _
isFixedLength As Nullable(Of Boolean), _
isUnicode As Nullable(Of Boolean), _
collation As String _
)
'Usage
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean
Dim isMaxMaxLength As Boolean
Dim maxLength As Nullable(Of Integer)
Dim isFixedLength As Nullable(Of Boolean)
Dim isUnicode As Nullable(Of Boolean)
Dim collation As String
Dim instance As New EdmStringTypeReference(definition, _
isNullable, isMaxMaxLength, maxLength, _
isFixedLength, isUnicode, collation)
public EdmStringTypeReference(
IEdmPrimitiveType definition,
bool isNullable,
bool isMaxMaxLength,
Nullable<int> maxLength,
Nullable<bool> isFixedLength,
Nullable<bool> isUnicode,
string collation
)
public:
EdmStringTypeReference(
IEdmPrimitiveType^ definition,
bool isNullable,
bool isMaxMaxLength,
Nullable<int> maxLength,
Nullable<bool> isFixedLength,
Nullable<bool> isUnicode,
String^ collation
)
new :
definition:IEdmPrimitiveType *
isNullable:bool *
isMaxMaxLength:bool *
maxLength:Nullable<int> *
isFixedLength:Nullable<bool> *
isUnicode:Nullable<bool> *
collation:string -> EdmStringTypeReference
public function EdmStringTypeReference(
definition : IEdmPrimitiveType,
isNullable : boolean,
isMaxMaxLength : boolean,
maxLength : Nullable<int>,
isFixedLength : Nullable<boolean>,
isUnicode : Nullable<boolean>,
collation : String
)
Parameter
- definition
Typ: Microsoft.Data.Edm.IEdmPrimitiveType
Der Typ, auf den dieser Verweis verweist.
- isNullable
Typ: System.Boolean
Bezeichnet, ob der Typ auf NULL festlegbar sein kann.
- isMaxMaxLength
Typ: System.Boolean
Bezeichnet, ob die maximale Länge der maximale zulässige Wert ist.
- maxLength
Typ: System.Nullable<Int32>
Maximale Länge eines Werts dieses Typs.
- isFixedLength
Typ: System.Nullable<Boolean>
Bezeichnet, ob sich die Länge ändern kann.
- isUnicode
Typ: System.Nullable<Boolean>
Bezeichnet, ob Zeichenfolge mit Unicode codiert wird.
- collation
Typ: System.String
Gibt die Sortierreihenfolgenzeichenfolge an, die vom zugrunde liegenden Speicher verwendet werden soll.