Freigeben über


ExpressionNodeAttribute-Konstruktor (String, Type)

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    facet As Type _
)
'Usage
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
)

Parameter

  • facet
    Typ: System.Type
    A Type value that specifies the type of the attribute.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ExpressionNodeAttribute Klasse

ExpressionNodeAttribute-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace