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.
Gets the directory for install data.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_InstallDataDirectoryDesc")> _
<DisplayNameKeyAttribute("Server_InstallDataDirectoryName")> _
ReadOnly Property InstallDataDirectory As String
Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String
value = instance.InstallDataDirectory
[DisplayDescriptionKeyAttribute("Server_InstallDataDirectoryDesc")]
[DisplayNameKeyAttribute("Server_InstallDataDirectoryName")]
string InstallDataDirectory { get; }
[DisplayDescriptionKeyAttribute(L"Server_InstallDataDirectoryDesc")]
[DisplayNameKeyAttribute(L"Server_InstallDataDirectoryName")]
property String^ InstallDataDirectory {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_InstallDataDirectoryDesc")>]
[<DisplayNameKeyAttribute("Server_InstallDataDirectoryName")>]
abstract InstallDataDirectory : string
function get InstallDataDirectory () : String
Property Value
Type: System.String
A String value that specifies the directory for install data.