Construtor FilterNodeConstant
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the FilterNodeConstant class.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
value As Object, _
type As FilterNodeConstant.ObjectType _
)
'Uso
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
)
Parâmetros
- value
Tipo: System.Object
The value of the constant.
- type
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant.ObjectType
An FilterNodeConstant.ObjectType value that indicates the constant type.