FilterNodeAttribute コンストラクター

指定した名前を使用して、FilterNodeAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

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

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

パラメーター

関連項目

参照

FilterNodeAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間