Freigeben über


EdmCoreModel.GetString-Methode (Boolean, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Boolean)

Ruft einen Verweis auf einen Zeichenfolgentyp ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Function GetString ( _
    isMaxMaxLength As Boolean, _
    maxLength As Nullable(Of Integer), _
    isFixedLength As Nullable(Of Boolean), _
    isUnicode As Nullable(Of Boolean), _
    collation As String, _
    isNullable As Boolean _
) As IEdmStringTypeReference
'Usage
Dim instance As EdmCoreModel
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 isNullable As Boolean
Dim returnValue As IEdmStringTypeReference

returnValue = instance.GetString(isMaxMaxLength, _
    maxLength, isFixedLength, isUnicode, _
    collation, isNullable)
public IEdmStringTypeReference GetString(
    bool isMaxMaxLength,
    Nullable<int> maxLength,
    Nullable<bool> isFixedLength,
    Nullable<bool> isUnicode,
    string collation,
    bool isNullable
)
public:
IEdmStringTypeReference^ GetString(
    bool isMaxMaxLength, 
    Nullable<int> maxLength, 
    Nullable<bool> isFixedLength, 
    Nullable<bool> isUnicode, 
    String^ collation, 
    bool isNullable
)
member GetString : 
        isMaxMaxLength:bool * 
        maxLength:Nullable<int> * 
        isFixedLength:Nullable<bool> * 
        isUnicode:Nullable<bool> * 
        collation:string * 
        isNullable:bool -> IEdmStringTypeReference 
public function GetString(
    isMaxMaxLength : boolean, 
    maxLength : Nullable<int>, 
    isFixedLength : Nullable<boolean>, 
    isUnicode : Nullable<boolean>, 
    collation : String, 
    isNullable : boolean
) : IEdmStringTypeReference

Parameter

  • isMaxMaxLength
    Typ: System.Boolean
    true , um anzugeben, dass die maximale Länge der maximal zulässige Wert ist, andernfalls false.
  • isFixedLength
    Typ: System.Nullable<Boolean>
    true , um anzugeben, dass die Länge variieren kann, andernfalls false.
  • isUnicode
    Typ: System.Nullable<Boolean>
    true , um anzugeben, dass der Zeichenfolgentyp die Unicode-Codierung unterstützt, andernfalls false.
  • collation
    Typ: System.String
    Die Sortierreihenfolge des Zeichenfolgentyps.
  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmStringTypeReference
Ein Zeichenfolgentypverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

GetString-Überladung

Microsoft.Data.Edm.Library-Namespace