Metodo ModelStore.DecodeIdentifier (String)
Restituisce un identificatore corrispondente al valore decodificato della stringa specificata.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
Parametri
- encodedIdentifier
Tipo: System.String
Stringa da decodificare.
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Identificatore di modello corrispondente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.