Linguaggio

ExpressionNodeAttribute Costruttori

Definizione

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

Si applica a