Costruttore ExpressionNodeAttribute (String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String _
)
'Utilizzo
Dim name As String 

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

Parametri

Osservazioni

Il costruttore predefinito inizializza tutti i campi in base ai valori predefiniti.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ExpressionNodeAttribute Classe

Overload ExpressionNodeAttribute

Spazio dei nomi Microsoft.SqlServer.Management.Dmf