Parameter.Direction, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the direction in which the parameter is passed between the Business Data Catalog and the system
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property Direction As DirectionType
'Utilisation
Dim instance As Parameter
Dim value As DirectionType
value = instance.Direction
instance.Direction = value
public DirectionType Direction { get; set; }
Valeur de la propriété
One of In, Out, InOut, or Return.
Remarques
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.
Voir aussi
Référence
Parameter, classe
Membres Parameter
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms