CollectionSet.. Method
This method is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Usage
Dim instance As CollectionSet
Dim newKey As SfcKey
CType(instance, ISfcRenamable).Rename(newKey)
void ISfcRenamable.Rename(
SfcKey newKey
)
private:
virtual void Rename(
SfcKey^ newKey
) sealed = ISfcRenamable::Rename
private abstract Rename :
newKey:SfcKey -> unit
private override Rename :
newKey:SfcKey -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- newKey
Type: SfcKey
Implements
ISfcRenamableRename(SfcKey)
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.