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
- value
Type : System.Object
The value of the constant.
- type
Type : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant.ObjectType
An FilterNodeConstant.ObjectType value that indicates the constant type.