Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the script to rename the environment.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Private Function ScriptRename ( _
newKey As SfcKey _
) As ISfcScript Implements ISfcRenamable.ScriptRename
'Usage
Dim instance As EnvironmentInfo
Dim newKey As SfcKey
Dim returnValue As ISfcScript
returnValue = CType(instance, ISfcRenamable).ScriptRename(newKey)
ISfcScript ISfcRenamable.ScriptRename(
SfcKey newKey
)
private:
virtual ISfcScript^ ScriptRename(
SfcKey^ newKey
) sealed = ISfcRenamable::ScriptRename
private abstract ScriptRename :
newKey:SfcKey -> ISfcScript
private override ScriptRename :
newKey:SfcKey -> ISfcScript
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- newKey
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key used.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The script to rename the environment.
Implements
ISfcRenamable.ScriptRename(SfcKey)
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace