CollectionItem.Rename 方法
Renames a collection item.
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
Public Sub Rename ( _
newName As String _
)
'用途
Dim instance As CollectionItem
Dim newName As String
instance.Rename(newName)
public void Rename(
string newName
)
public:
virtual void Rename(
String^ newName
) sealed
abstract Rename :
newName:string -> unit
override Rename :
newName:string -> unit
public final function Rename(
newName : String
)
參數
- newName
型別:System.String
A String value that is the new name for the collection item.
實作
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.