言語

ExpressionNodeAttribute コンストラクター

定義

オーバーロード

名前 説明
ExpressionNodeAttribute(String)

[属性] ノードを作成します

ExpressionNodeAttribute(String, Type)

属性ノードを作成し、ファセットに対して検証します

ExpressionNodeAttribute(String)

[属性] ノードを作成します

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

パラメーター

name
String

属性名

適用対象

ExpressionNodeAttribute(String, Type)

属性ノードを作成し、ファセットに対して検証します

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)

パラメーター

name
String
facet
Type

適用対象