Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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