IServerSetupFacet.InstallSharedDirectory Property
Gets the directory for shared install information. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")> _
<DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")> _
ReadOnly Property InstallSharedDirectory As String
[DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")]
[DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")]
string InstallSharedDirectory { get; }
[DisplayDescriptionKeyAttribute(L"Server_InstallSharedDirectoryDesc")]
[DisplayNameKeyAttribute(L"Server_InstallSharedDirectoryName")]
property String^ InstallSharedDirectory {
String^ get ();
}
/** @property */
String get_InstallSharedDirectory ()
function get InstallSharedDirectory () : String
Property Value
A String value that specifies the directory for shared install inforamation.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.