Constructeur FilterNodeConstant

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the FilterNodeConstant class.

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

Syntaxe

'Déclaration
Public Sub New ( _
    value As Object, _
    type As FilterNodeConstant.ObjectType _
)
'Utilisation
Dim value As Object 
Dim type As FilterNodeConstant.ObjectType 

Dim instance As New FilterNodeConstant(value, type)
public FilterNodeConstant(
    Object value,
    FilterNodeConstant.ObjectType type
)
public:
FilterNodeConstant(
    Object^ value, 
    FilterNodeConstant.ObjectType type
)
new : 
        value:Object * 
        type:FilterNodeConstant.ObjectType -> FilterNodeConstant
public function FilterNodeConstant(
    value : Object, 
    type : FilterNodeConstant.ObjectType
)

Paramètres

Voir aussi

Référence

FilterNodeConstant Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc