ConfigurationSetting method - SetVirtualDirectory
Sets the name of the virtual directory for a given application.
Syntax
Public Sub SetVirtualDirectory(ByVal Application As String, _
ByVal VirtualDirectory As String, ByVal lcid As Int32, _
ByRef [Error] As String, ByRef HRESULT As Int32)
public void SetVirtualDirectory(string Application, string VirtualDirectory,
int Lcid,out string Error, out int HRESULT);
Parameters
Application
The name of application for which to set the virtual directory.
VirtualDirectory
The name of the virtual directory.
Lcid
The locale ID for the virtual directory.
Error
[out] The description of the error that occurred.
HRESULT
[out] Value indicating whether the call succeeded or failed.
Return value
Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. An error code indicates the call wasn't successful.
Remarks
An application can have only one virtual directory name for all URL reservations.
VirtualDirectory must conform to naming conventions for virtual directories. VirtualDirectory must not be empty string or blank.
Updates the value of the \Configuration\URLReservations\Application\VirtualDirectory element. Succeeds even if no URL reservations are created yet.
Requirements
Namespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin