Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The CreateFunctionAliasWithMetadata method is similar to CreateFunctionAlias but allows for passing metadata information about the function.
Syntax
HRESULT CreateFunctionAliasWithMetadata(
PCWSTR aliasName,
IModelObject *functionObject,
IKeyStore *metadata
);
Parameters
aliasName
A pointer to a wide-character string that specifies the name of the alias.
functionObject
A pointer to the IModelObject interface of the function object.
metadata
A pointer to the IKeyStore interface for the metadata. This parameter is optional.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |