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