ISfcRenamable.ScriptRename Método
Produces the script to rename this object to the specified key. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Function ScriptRename ( _
newKey As SfcKey _
) As ISfcScript
'Uso
Dim instance As ISfcRenamable
Dim newKey As SfcKey
Dim returnValue As ISfcScript
returnValue = instance.ScriptRename(newKey)
ISfcScript ScriptRename(
SfcKey newKey
)
ISfcScript^ ScriptRename(
SfcKey^ newKey
)
abstract ScriptRename :
newKey:SfcKey -> ISfcScript
function ScriptRename(
newKey : SfcKey
) : ISfcScript
Parámetros
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that contains the new name.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the script.