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 버전에서만 지원됩니다.