EnvironmentVariable.ScriptRename(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renames the environment variable script.
public:
Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptRename(System::String ^ newName);
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptRename (string newName);
member this.ScriptRename : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptRename (newName As String) As ISfcScript
Parameters
- newName
- String
The new name for the script.
Returns
The renamed environment variable script.