Поделиться через


Свойство IServerSetupFacet.InstallSharedDirectory

Gets the directory for shared install information.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")> _
<DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")> _
ReadOnly Property InstallSharedDirectory As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A String value that specifies the directory for shared install inforamation.

Примеры

Установка свойств

См. также

Справочник

IServerSetupFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo