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.
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.