Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Initializes a new instance of the FilterNodeConstant class.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.