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

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

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

構文

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

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

パラメーター

説明

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

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

関連項目

参照

ExpressionNodeAttribute クラス

ExpressionNodeAttribute オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間