Compartir a través de


: Parameter.Direction (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets or sets the direction in which the parameter is passed between the Business Data Catalog and the system

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Property Direction As DirectionType
'Uso
Dim instance As Parameter
Dim value As DirectionType

value = instance.Direction

instance.Direction = value
public DirectionType Direction { get; set; }

Valor de propiedad

One of In, Out, InOut, or Return.

Comentarios

In: Business Data Catalog initializes the parameter and passes it to the system.

Out: System initializes the parameter and passes it to the Business Data Catalog (corresponds to Visual C# out keyword).

InOut: Business Data Catalog initializes the parameter and passes it to the system, which may modify it before returning it to the Business Data Catalog. (corresponds to Visual C# ref keyword).

Return: The system initializes the parameter and passes it to the Business Data Catalog as the return value of a method.

Vea también

Referencia

Parameter (Clase)
Parameter (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)