Método SfcCollection<T, K, ParentT>.Rename
Renames the specified object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Friend Sub Rename ( _
obj As T, _
newKey As K _
)
'Uso
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
)
Parâmetros
- obj
Tipo: T
The object to rename.
- newKey
Tipo: K
The new key for the object.