다음을 통해 공유


Parameter Element in Parameters (BDCMetadata Schema)

마지막 수정 날짜: 2010년 4월 16일 금요일

적용 대상: 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>

특성 및 요소

The following sections describe attributes, child elements, and parent elements.

특성

Attribute

Description

Direction

Required.

The direction of the parameter.

The following table lists the possible values for this attribute.

Value

Description

In

The represented Parameter is an input parameter.

Out

The represented parameter is an output parameter.

InOut

The represented parameter is an input and output parameter. In C#, these correspond to "ref".

Return

The represented parameter is a return parameter.

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

하위 요소

Element

Description

LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema)

The localized names of the parameter.

Properties Element in MetadataObject (BDCMetadata Schema)

The properties of the parameter.

TypeDescriptor

The root type descriptor of the parameter.

상위 요소

Element

Description

Parameters Element in Method (BDCMetadata Schema)

The Parameters element that contains this parameter.