次の方法で共有


DatabaseAdapterBase.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

パラメーター

戻り値

型: System.String
PATH 変数に表示されるボリューム名です。

関連項目

参照

DatabaseAdapterBase クラス

Microsoft.SqlServer.Management.Smo 名前空間