Propriedade Item (Int32)

Gets a LogFile object in the collection by index number.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As LogFile
    Get
'Uso
Dim instance As LogFileCollection
Dim index As Integer
Dim value As LogFile

value = instance(index)

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .LogFile
A LogFile object value that represents the log file.