Compartir a través de


ExpressionNodeAttribute Constructor (String, Type)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    facet As Type _
)
'Uso
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
)

Parámetros

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

ExpressionNodeAttribute Clase

Sobrecarga de ExpressionNodeAttribute

Espacio de nombres Microsoft.SqlServer.Management.Dmf