FilterNodeAttribute-Konstruktor
Initializes a new instance of the FilterNodeAttribute class with the specified name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
)
Parameter
- name
Typ: System. . :: . .String
A string value of the name.