ExpressionNode.Evaluate Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in microsoft.sqlserver.dmf.dll)

Syntax

'Declaration
Public Function Evaluate ( _
    adapter As IBaseManagementFacet _
) As Object
public Object Evaluate (
    IBaseManagementFacet adapter
)
public:
Object^ Evaluate (
    IBaseManagementFacet^ adapter
)
public Object Evaluate (
    IBaseManagementFacet adapter
)
public function Evaluate (
    adapter : IBaseManagementFacet
) : Object

Parameters

  • adapter

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ExpressionNode Class
ExpressionNode Members
Microsoft.SqlServer.Management.Dmf Namespace