Méthode EdmCoreModel.GetString (Boolean, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Boolean)
Obtient une référence à un type chaîne.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
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
'Utilisation
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
Paramètres
- isMaxMaxLength
Type : System.Boolean
true pour indiquer que la longueur maximale correspond à la valeur maximale autorisée ; sinon false.
- maxLength
Type : System.Nullable<Int32>
Longueur maximale d'une valeur de ce type.
- isFixedLength
Type : System.Nullable<Boolean>
true pour indiquer que la longueur peut varier ; sinon false.
- isUnicode
Type : System.Nullable<Boolean>
true pour indiquer que le type chaîne prend en charge l'encodage Unicode ; sinon, false.
- collation
Type : System.String
Classement du type chaîne.
- isNullable
Type : System.Boolean
true pour indiquer que le type référencé doit être Nullable ; sinon, false.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmStringTypeReference
Référence de type chaîne.