Partager via


Méthode ExpressionNode.ConvertFromFilterNode (FilterNode, Type)

Creates a new expression node by converting a filter node.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Shared Function ConvertFromFilterNode ( _
    filterNode As FilterNode, _
    facet As Type _
) As ExpressionNode
'Utilisation
Dim filterNode As FilterNode 
Dim facet As Type 
Dim returnValue As ExpressionNode 

returnValue = ExpressionNode.ConvertFromFilterNode(filterNode, _
    facet)
public static ExpressionNode ConvertFromFilterNode(
    FilterNode filterNode,
    Type facet
)
public:
static ExpressionNode^ ConvertFromFilterNode(
    FilterNode^ filterNode, 
    Type^ facet
)
static member ConvertFromFilterNode : 
        filterNode:FilterNode * 
        facet:Type -> ExpressionNode
public static function ConvertFromFilterNode(
    filterNode : FilterNode, 
    facet : Type
) : ExpressionNode

Paramètres

  • facet
    Type : System.Type
    A Type value that specifies the type of object.

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object that represents the new expression node.

Notes

This allows you to create expression node that refers to an object or a group of objects defined by the filter. Also, you can further filter the resulting object set by specifying the facet type.

Voir aussi

Référence

ExpressionNode Classe

Surcharge ConvertFromFilterNode

Espace de noms Microsoft.SqlServer.Management.Dmf