Partager via


Constructeur FilterNodeAttribute

Initializes a new instance of the FilterNodeAttribute class with the specified name. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String _
)
'Utilisation
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
)

Paramètres