DatabaseAdapterBase.GetVolume 메서드

Returns the volume name as it appears in the PATH variable.

네임스페이스:  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
The volume name as it appears in the PATH variable.

참고 항목

참조

DatabaseAdapterBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스