ModelStore.DecodeIdentifier – metoda (String)
Vrátí identifikátor, který odpovídá dekódovanou hodnotu zadaného řetězce.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Function DecodeIdentifier ( _
encodedIdentifier As String _
) As ModelIdentifier
public ModelIdentifier DecodeIdentifier(
string encodedIdentifier
)
public:
ModelIdentifier^ DecodeIdentifier(
String^ encodedIdentifier
)
member DecodeIdentifier :
encodedIdentifier:string -> ModelIdentifier
public function DecodeIdentifier(
encodedIdentifier : String
) : ModelIdentifier
Parametry
- encodedIdentifier
Typ: System.String
Řetězec dekódovat.
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Odpovídající identifikátor modelu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.