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
)
パラメーター
- name
型: System. . :: . .String
属性の名前を示す String 値です。
- facet
型: System. . :: . .Type
属性の型を示す Type 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。