TargetInfoCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the collection for TargetInfo objects.
public sealed class TargetInfoCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Microsoft.SqlServer.Management.XEvent.TargetInfo,Microsoft.SqlServer.Management.XEvent.TargetInfo.Key,Microsoft.SqlServer.Management.XEvent.Package>
type TargetInfoCollection = class
inherit SfcCollatedDictionaryCollection<TargetInfo, TargetInfo.Key, Package>
Public NotInheritable Class TargetInfoCollection
Inherits SfcCollatedDictionaryCollection(Of TargetInfo, TargetInfo.Key, Package)
- Inheritance
-
TargetInfoCollection
Properties
Ascending |
Sort in an ascending order manner for the current collection culture. (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
Count | (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
CultureInfo |
Sorting the collection will use this .NET culture info. (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
IgnoreCase |
Sort in a case-insensitive manner for the current collection culture. (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
Initialized | (Inherited from SfcCollection<T,K,ParentT>) |
IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
IsSynchronized | (Inherited from SfcCollection<T,K,ParentT>) |
Item[K] | (Inherited from SfcCollection<T,K,ParentT>) |
Item[String] |
Gets the TargetInfo with the specified name. |
Parent | (Inherited from SfcCollection<T,K,ParentT>) |
SyncRoot | (Inherited from SfcCollection<T,K,ParentT>) |