共用方式為


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.

範例

設定屬性