ExpressionNodeAttribute Konstruktor

Definisi

Overload

Nama Deskripsi
ExpressionNodeAttribute(String)

Membuat node Atribut

ExpressionNodeAttribute(String, Type)

Membuat node Atribut dan memverifikasinya terhadap Faset

ExpressionNodeAttribute(String)

Membuat node Atribut

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

Parameter

name
String

Nama atribut

Berlaku untuk

ExpressionNodeAttribute(String, Type)

Membuat node Atribut dan memverifikasinya terhadap Faset

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)

Parameter

name
String
facet
Type

Berlaku untuk