ExpressionNodeAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ExpressionNodeAttribute(String) |
Crée un nœud d’attribut |
| ExpressionNodeAttribute(String, Type) |
Crée un nœud d’attribut et le vérifie par rapport à facette |
ExpressionNodeAttribute(String)
Crée un nœud d’attribut
public ExpressionNodeAttribute(string name);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Public Sub New (name As String)
Paramètres
- name
- String
Nom de l’attribut
S’applique à
ExpressionNodeAttribute(String, Type)
Crée un nœud d’attribut et le vérifie par rapport à facette
public ExpressionNodeAttribute(string name, Type facet);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute : string * Type -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Public Sub New (name As String, facet As Type)
Paramètres
- name
- String
- facet
- Type