Constructeur ExpressionNodeAttribute (String, Type)
Initializes a new instance of the ExpressionNodeAttribute class that has the specified name and type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
facet As Type _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
A String value that specifies the name of the attribute.
- facet
Type : System.Type
A Type value that specifies the type of the attribute.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi
Référence
ExpressionNodeAttribute Classe