Costruttore ExpressionNodeAttribute (String, Type)
Initializes a new instance of the ExpressionNodeAttribute class that has the specified name and type.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String, _
facet As Type _
)
'Utilizzo
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
)
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the attribute.
- facet
Tipo: System. . :: . .Type
A Type value that specifies the type of the attribute.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.