DomainRootKey Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
Microsoft.SqlServer.Management.Dmf.PolicyStore.Key
Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore.Key
Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
Microsoft.SqlServer.Management.Utility.Utility.Key
Microsoft.SqlServer.Management.XEvent.XEStore.Key
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustInherit Class DomainRootKey _
Inherits SfcKey
'Usage
Dim instance As DomainRootKey
public abstract class DomainRootKey : SfcKey
public ref class DomainRootKey abstract : public SfcKey
[<AbstractClassAttribute>]
type DomainRootKey =
class
inherit SfcKey
end
public abstract class DomainRootKey extends SfcKey
The DomainRootKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DomainRootKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Domain | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
InstanceType | Gets the type of the instance class associated with this key class. (Inherited from SfcKey.) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines if the specified object is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object. (Inherited from SfcKey.) | |
Equals(SfcKey) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines if the object identified by the specified [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object. (Inherited from SfcKey.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the hash code for the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey]. (Inherited from SfcKey.) | |
GetType | (Inherited from Object.) | |
GetUrnFragment | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].. (Inherited from SfcKey.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Inherited from SfcKey.) |
Top
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.