Перечисление FilterNode.Type
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Indicates the type of the filter node.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Enumeration Type
'Применение
Dim instance As FilterNode.Type
public enum Type
public enum class Type
type Type
public enum Type
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Attribute | An attribute. | |
| Constant | A constant. | |
| Operator | An operator. | |
| Function | A function. | |
| Group | A group. |