Método DatabaseAdapterBase.GetVolume

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function GetVolume ( _
    file As String _
) As String
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.String
The volume name as it appears in the PATH variable.

Consulte também

Referência

DatabaseAdapterBase Classe

Namespace Microsoft.SqlServer.Management.Smo