LogFileCollection.Item Property (String)
Gets a LogFile object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As LogFile
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the LogFile object in the LogFileCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.LogFile
A LogFile object value that represents the log file.