InstallSharedDirectory プロパティ
共有インストール情報のディレクトリを取得します。
名前空間: 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
共有インストール情報のディレクトリを示す String 値です。