Конструктор ExpressionNodeAttribute (String, Type)

Initializes a new instance of the ExpressionNodeAttribute class that has the specified name and type.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Sub New ( _
    name As String, _
    facet As Type _
)
'Применение
Dim name As String 
Dim facet As Type 

Dim instance As New ExpressionNodeAttribute(name, facet)
public ExpressionNodeAttribute(
    string name,
    Type facet
)
public:
ExpressionNodeAttribute(
    String^ name, 
    Type^ facet
)
new : 
        name:string * 
        facet:Type -> ExpressionNodeAttribute
public function ExpressionNodeAttribute(
    name : String, 
    facet : Type
)

Параметры

  • facet
    Тип: System.Type
    A Type value that specifies the type of the attribute.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

ExpressionNodeAttribute Класс

Перегрузка ExpressionNodeAttribute

Пространство имен Microsoft.SqlServer.Management.Dmf