CollectionSet.Key Class
The CollectionSet.Key class inherits from SfcAbstractKey and is used for identification key operations
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Class Key _
Inherits SfcKey
'Usage
Dim instance As CollectionSet.Key
public class Key : SfcKey
public ref class Key : public SfcKey
type Key =
class
inherit SfcKey
end
public class Key extends SfcKey
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Inheritance Hierarchy
System.Object
SfcKey
Microsoft.SqlServer.Management.Collector.CollectionSet.Key
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.