ExpressionNodeAttribute 建構函式 (String, Type)
Initializes a new instance of the ExpressionNodeAttribute class that has the specified name and type.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
facet As Type _
)
'用途
Dim name As String
Dim facet As Type
Dim instance As New ExpressionNodeAttribute(name, facet)
public ExpressionNodeAttribute(
string name,
Type facet
)
public:
ExpressionNodeAttribute(
String^ name,
Type^ facet
)
new :
name:string *
facet:Type -> ExpressionNodeAttribute
public function ExpressionNodeAttribute(
name : String,
facet : Type
)
參數
- name
型別:System. . :: . .String
A String value that specifies the name of the attribute.
- facet
型別:System. . :: . .Type
A Type value that specifies the type of the attribute.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。