Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an identifier that corresponds to the decoded value of the provided string.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- encodedIdentifier
Type: System.String
The string to decode.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
The corresponding model identifier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.