Metodo SfcCollection<T, K, ParentT>.Rename
Renames the specified object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Friend Sub Rename ( _
obj As T, _
newKey As K _
)
'Utilizzo
Dim obj As T
Dim newKey As K
Me.Rename(obj, newKey)
protected internal void Rename(
T obj,
K newKey
)
protected public:
void Rename(
T obj,
K newKey
)
member Rename :
obj:'T *
newKey:'K -> unit
function Rename(
obj : T,
newKey : K
)
Parametri
- obj
Tipo: T
The object to rename.
- newKey
Tipo: K
The new key for the object.