Parameter Element in Parameters (BDCMetadata Schema)
Applies to: SharePoint Server 2010
Specifies a parameter of a method.
Namespace: https://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
<Parameter Direction = "String" Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Parameter>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Direction |
Required. The direction of the parameter. The following table lists the possible values for this attribute.
|
||||||||||
Name |
Required. The name of the parameter. Attribute type: String |
||||||||||
DefaultDisplayName |
Optional. The default display name of the parameter. Attribute type: String |
||||||||||
IsCached |
Optional. Specifies whether the Parameter is used frequently. Default value: true Attribute type: Boolean |
Child Elements
Element |
Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) |
The localized names of the parameter. |
The properties of the parameter. |
|
TypeDescriptor |
The root type descriptor of the parameter. |
Parent Elements
Element |
Description |
---|---|
The Parameters element that contains this parameter. |