Compartilhar via


Construtor ExpressionNodeAttribute (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 (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

ExpressionNodeAttribute Classe

Sobrecarregado ExpressionNodeAttribute

Namespace Microsoft.SqlServer.Management.Dmf