不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the FilterNodeConstant class.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
value As Object, _
type As FilterNodeConstant.ObjectType _
)
用法
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
)
参数
- value
类型:System.Object
The value of the constant.
- type
类型:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant.ObjectType
An FilterNodeConstant.ObjectType value that indicates the constant type.