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.
Renames the environment variable script.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function ScriptRename ( _
newName As String _
) As ISfcScript
'Usage
Dim instance As EnvironmentVariable
Dim newName As String
Dim returnValue As ISfcScript
returnValue = instance.ScriptRename(newName)
public ISfcScript ScriptRename(
string newName
)
public:
ISfcScript^ ScriptRename(
String^ newName
)
member ScriptRename :
newName:string -> ISfcScript
public function ScriptRename(
newName : String
) : ISfcScript
Parameters
- newName
Type: System.String
The new name for the script.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The renamed environment variable script.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace