次の方法で共有


GetVolume メソッド

PATH 変数に表示されるボリューム名を返します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function GetVolume ( _
    file As String _
) As String
'使用
Dim instance As DatabaseAdapterBase
Dim file As String
Dim returnValue As String

returnValue = instance.GetVolume(file)
public string GetVolume(
    string file
)
public:
String^ GetVolume(
    String^ file
)
member GetVolume : 
        file:string -> string 
public function GetVolume(
    file : String
) : String

パラメーター