ExpressionNodeAttribute コンストラクター (String, Type)

指定された名前と型を持つ ExpressionNodeAttribute クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    name As String, _
    facet As Type _
)
'使用
Dim name As String 
Dim facet As Type 

Dim instance As New ExpressionNodeAttribute(name, facet)
public ExpressionNodeAttribute(
    string name,
    Type facet
)
public:
ExpressionNodeAttribute(
    String^ name, 
    Type^ facet
)
new : 
        name:string * 
        facet:Type -> ExpressionNodeAttribute
public function ExpressionNodeAttribute(
    name : String, 
    facet : Type
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

ExpressionNodeAttribute クラス

ExpressionNodeAttribute オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間