Construtor FilterNodeAttribute
Initializes a new instance of the FilterNodeAttribute class with the specified name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String _
)
'Uso
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
)
Parâmetros
- name
Tipo: System.String
A string value of the name.