Lenguaje

ExpressionNodeAttribute Constructores

Definición

Sobrecargas

Nombre Description
ExpressionNodeAttribute(String)

Crea el nodo Atributo

ExpressionNodeAttribute(String, Type)

Crea el nodo Atributo y lo comprueba en Faceta.

ExpressionNodeAttribute(String)

Crea el nodo Atributo

public ExpressionNodeAttribute(string name);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Public Sub New (name As String)

Parámetros

name
String

Nombre del atributo

Se aplica a

ExpressionNodeAttribute(String, Type)

Crea el nodo Atributo y lo comprueba en Faceta.

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)

Parámetros

name
String
facet
Type

Se aplica a