Propriedade do RDL LogFileCollection.Item (String)
Gets a LogFile object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As LogFile
Get
'Uso
Dim instance As LogFileCollection
Dim name As String
Dim value As LogFile
value = instance(name)
public LogFile this[
string name
] { get; }
public:
property LogFile^ default[String^ name] {
LogFile^ get (String^ name);
}
member Item : LogFile
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
A String value that specifies the name of the LogFile object in the LogFileCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.LogFile
A LogFile object value that represents the log file.