DirectionType 枚举 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Specifies the direction in which the parameter is passed between the Business Data Catalog and the business application.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Enumeration DirectionType
用法
Dim instance As DirectionType
public enum DirectionType
成员
成员名称 | 说明 | |
---|---|---|
In | The Business Data Catalog instantiates the parameter and passes it to the system. | |
InOut | System instantiates the parameter and passes it to the Business Data Catalog (corresponds to the Microsoft Visual C# ref keyword). The backend uses the parameter and overwrites it with a new value that the Business Data Catalog will marshal back, as long as this Parameter is the 'ReturnParameter' for the MethodInstance that is being executed. | |
Out | The Business Data Catalog does nothing to this parameter. The system, may initialize it before returning it to the Business Data Catalog. This corresponds to the C# out keyword. The Business Data Catalog will marshal it back to the client if this Parameter is defined as the ReturnParameter in the MethodInstance being executed. | |
Return | The system initializes the parameter and passes it to the Business Data Catalog as the return value of a method. |
另请参阅
参考
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间