Parameter, élément dans Parameters (schéma BDCMetadata)
S’applique à : SharePoint 2016 | SharePoint Foundation 2013 | | SharePoint Online SharePoint Server 2013
Spécifie un paramètre d'une méthode.
Espace de noms : http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schéma : BDCMetadata
<Parameter Direction = "String" Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Parameter>
Éléments et attributs
Les sections suivantes décrivent les attributs, les éléments enfants et les éléments parents.
Attributs
Attribut |
Description |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
**Direction** |
Obligatoire. La direction du paramètre. Le tableau suivant répertorie les valeurs possibles pour cet attribut.
|
||||||||||
**Nom** |
Obligatoire. Le nom du paramètre. Type d’attribut : **String** |
||||||||||
**DefaultDisplayName** |
Facultatif. Le nom d'affichage par défaut du paramètre. Type d’attribut : **String** |
||||||||||
**IsCached** |
Facultatif. Spécifie si le **Paramètre** est fréquemment utilisé. Valeur par défaut : **true** Type d’attribut : **Boolean** |
Éléments enfants
Élément | Description |
---|---|
LocalizedDisplayNames, élément dans MetadataObject (schéma BDCMetadata) | Les noms localisés du paramètre. |
Properties, élément dans MetadataObject (schéma BDCMetadata) | Les propriétés du paramètre. |
Typedescriptor | Le descripteur de type racine du paramètre. |
Éléments parents
Élément | Description |
---|---|
Parameters, élément dans Method (schéma BDCMetadata) | L'élément Parameters qui contient ce paramètre. |