Метод ReadFileList

Returns the list of database files on the targeted media.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public Function ReadFileList ( _
    srv As Server _
) As DataTable
'Применение
Dim instance As Restore
Dim srv As Server
Dim returnValue As DataTable

returnValue = instance.ReadFileList(srv)
public DataTable ReadFileList(
    Server srv
)
public:
DataTable^ ReadFileList(
    Server^ srv
)
member ReadFileList : 
        srv:Server -> DataTable 
public function ReadFileList(
    srv : Server
) : DataTable

Параметры

Возвращаемое значение

Тип System.Data. . :: . .DataTable
A DataTable object that specifies the list of database files.