Sdílet prostřednictvím


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

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Odpovídající identifikátor modelu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

DecodeIdentifier – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů

ModelIdentifier