Конструктор FilterNodeAttribute
Initializes a new instance of the FilterNodeAttribute class with the specified name. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры 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
)
Параметры
- name
Тип: System.String
A string value of the name.