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.