InstallSharedDirectory 属性

Gets the directory for shared install information.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")> _
<DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")> _
ReadOnly Property InstallSharedDirectory As String
    Get
用法
Dim instance As IServerSetupFacet
Dim value As String

value = instance.InstallSharedDirectory
[DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")]
[DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")]
string InstallSharedDirectory { get; }
[DisplayDescriptionKeyAttribute(L"Server_InstallSharedDirectoryDesc")]
[DisplayNameKeyAttribute(L"Server_InstallSharedDirectoryName")]
property String^ InstallSharedDirectory {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_InstallSharedDirectoryDesc")>]
[<DisplayNameKeyAttribute("Server_InstallSharedDirectoryName")>]
abstract InstallSharedDirectory : string
function get InstallSharedDirectory () : String

属性值

类型:System. . :: . .String
A String value that specifies the directory for shared install inforamation.

示例

设置属性