Metodo ModelStore.CreateIdentifierHandle
Crea un handle per l'identificatore specificato.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function CreateIdentifierHandle ( _
identifier As ModelIdentifier _
) As ModelIdentifierHandle
public ModelIdentifierHandle CreateIdentifierHandle(
ModelIdentifier identifier
)
public:
ModelIdentifierHandle^ CreateIdentifierHandle(
ModelIdentifier^ identifier
)
member CreateIdentifierHandle :
identifier:ModelIdentifier -> ModelIdentifierHandle
public function CreateIdentifierHandle(
identifier : ModelIdentifier
) : ModelIdentifierHandle
Parametri
- identifier
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Oggetto ModelIdentifier.
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifierHandle
Handle per l'identificatore di modello.
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.