Langage

ExpressionNodeAttribute Constructeurs

Définition

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

S’applique à