LogFileCollection Members
The LogFileCollection class represents a collection of LogFile objects that represent all the log files defined on the instance of Microsoft SQL Server.
The following tables list the members exposed by the LogFileCollection type.
Protected Fields
Name | Description | |
---|---|---|
initialized | This value supports the SMO infrastructure and is not intended to be used directly from your code. (inherited from AbstractCollectionBase) |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the referenced collection. (inherited from SmoCollectionBase) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (inherited from SmoCollectionBase) | |
Item | Overloaded. Gets a LogFile object in the collection by name or by index number. | |
Parent | Gets the Database object that is the parent of the LogFileCollection object. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (inherited from SmoCollectionBase) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a LogFile object to the LogFileCollection collection. | |
Contains | (inherited from SimpleObjectCollectionBase ) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (inherited from SmoCollectionBase) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ItemById | Extracts a member from the LogFileCollection collection using a system-defined, unique identifier. | |
ReferenceEquals | (inherited from Object ) | |
Refresh | Overloaded. Refreshes the referenced collection. (inherited from SmoCollectionBase) | |
Remove | Overloaded. Removes a LogFile object from the LogFileCollection collection. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
AddExisting | (inherited from AbstractCollectionBase ) | |
AddImpl | (inherited from SortedListCollectionBase ) | |
Finalize | (inherited from Object ) | |
GetCollectionElementType | Gets the Collection Element Type. (inherited from SmoCollectionBase) | |
GetItemById | Overloaded. (inherited from SmoCollectionBase ) | |
GetObjectByIndex | (inherited from SmoCollectionBase ) | |
ImplAddExisting | (inherited from SortedListCollectionBase ) | |
InitializeChildCollection | Overloaded. Initializes the child collections of the referenced collection. (inherited from SmoCollectionBase) | |
InitInnerCollection | Initializes the collection. (inherited from SimpleObjectCollectionBase) | |
MemberwiseClone | (inherited from Object ) | |
ValidateParentObject | (inherited from SmoCollectionBase ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from SmoCollectionBase ) |
Top
See Also