ExpressionNodeConstant 建構函式
Initializes a new instance of the ExpressionNodeConstant class that has the specified object.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
obj As Object _
)
'用途
Dim obj As Object
Dim instance As New ExpressionNodeConstant(obj)
public ExpressionNodeConstant(
Object obj
)
public:
ExpressionNodeConstant(
Object^ obj
)
new :
obj:Object -> ExpressionNodeConstant
public function ExpressionNodeConstant(
obj : Object
)
參數
- obj
型別:System.Object
An Object value that specifies the object.
備註
預設建構函式會初始化任何欄位至其預設值。
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。