ModelStore.DecodeIdentifier, méthode (String, List<String>%, List<String>%)
Retourne un identificateur qui correspond à la valeur décodée de la chaîne fournie.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Shared Sub DecodeIdentifier ( _
encodedIdentifier As String, _
<OutAttribute> ByRef externalParts As List(Of String), _
<OutAttribute> ByRef internalParts As List(Of String) _
)
public static void DecodeIdentifier(
string encodedIdentifier,
out List<string> externalParts,
out List<string> internalParts
)
public:
static void DecodeIdentifier(
String^ encodedIdentifier,
[OutAttribute] List<String^>^% externalParts,
[OutAttribute] List<String^>^% internalParts
)
static member DecodeIdentifier :
encodedIdentifier:string *
externalParts:List<string> byref *
internalParts:List<string> byref -> unit
public static function DecodeIdentifier(
encodedIdentifier : String,
externalParts : List<String>,
internalParts : List<String>
)
Paramètres
- encodedIdentifier
Type : System.String
Chaîne à décoder.
- externalParts
Type : System.Collections.Generic.List<String>%
(Sortie) IList<T> de type String qui contient les parties externes correspondant à l'identificateur.
- internalParts
Type : System.Collections.Generic.List<String>%
(Sortie) IList<T> de type String qui contient les parties internes correspondant à l'identificateur.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.