Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the FilterNodeConstant class.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
value As Object, _
type As FilterNodeConstant.ObjectType _
)
'Usage
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
)
Parameters
- 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.