Share via


FilterNodeAttribute Constructor

Initializes a new instance of the FilterNodeAttribute class with the specified name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
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
)

Parameters