Метод LogFileCollection.ItemById

Extracts a member from the LogFileCollection collection using a system-defined, unique identifier.

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

Синтаксис

'Декларация
Public Function ItemById ( _
    id As Integer _
) As LogFile
'Применение
Dim instance As LogFileCollection 
Dim id As Integer 
Dim returnValue As LogFile 

returnValue = instance.ItemById(id)
public LogFile ItemById(
    int id
)
public:
LogFile^ ItemById(
    int id
)
member ItemById : 
        id:int -> LogFile
public function ItemById(
    id : int
) : LogFile

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo.LogFile
A LogFile object that has the specified ID value.

Примеры

Использование коллекций

См. также

Справочник

LogFileCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo