SsmsInformation.ApplicationDataDirectory Property

 

Applies To: SQL Server 2016 Preview

The name of the registry key under the TopLevelRegistryKey that contains appid registration data.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public static string ApplicationDataDirectory { get; }
public:
property String^ ApplicationDataDirectory {
    static String^ get();
}
static member ApplicationDataDirectory : string with get
Public Shared ReadOnly Property ApplicationDataDirectory As String

Property Value

Type: System.String

Returns String.

See Also

SsmsInformation Class
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top