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.