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