ExpressionNodeAttribute Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ExpressionNodeAttribute(String) |
Crea un nodo attributo |
| ExpressionNodeAttribute(String, Type) |
Crea il nodo Attributo e lo verifica in base a Facet |
ExpressionNodeAttribute(String)
Crea un nodo attributo
public ExpressionNodeAttribute(string name);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Public Sub New (name As String)
Parametri
- name
- String
Nome dell'attributo
Si applica a
ExpressionNodeAttribute(String, Type)
Crea il nodo Attributo e lo verifica in base a Facet
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)
Parametri
- name
- String
- facet
- Type