DacInstance.Key Class
The DacInstance.Key class represents the key that identifies the DacInstance class.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Dac.DacInstance.Key
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public NotInheritable Class Key _
Inherits SfcKey
'Usage
Dim instance As DacInstance.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =
class
inherit SfcKey
end
public final class Key extends SfcKey
The DacInstance.Key type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DacInstance.Key() | Initializes a new instance of the DacInstance.Key class that has the specified name. | |
DacInstance.Key(String) | Initializes a new instance of the DacInstance.Key class that has the specified name. | |
DacInstance.Key(DacInstance.Key) | Initializes a new instance of the DacInstance.Key class based on the specified key. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object key is equal to the referenced object key. (Overrides SfcKey.Equals(Object).) | |
Equals(SfcKey) | Determines whether the specified object key is equal to the referenced object key. (Overrides SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether the specified object key is equal to the referenced object key. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets the hash code for the object. (Overrides SfcKey.GetHashCode().) | |
GetType | (Inherited from Object.) | |
GetUrnFragment | Gets the unique resource name (URN) path partial string that represents the DAC package. (Overrides SfcKey.GetUrnFragment().) | |
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
Operators
Name | Description | |
---|---|---|
Equality(Object, DacInstance.Key) | Performs a Boolean equality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Equality(DacInstance.Key, DacInstance.Key) | Performs a Boolean equality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Equality(DacInstance.Key, Object) | Performs a Boolean equality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(Object, DacInstance.Key) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(DacInstance.Key, DacInstance.Key) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. | |
Inequality(DacInstance.Key, Object) | Performs a Boolean inequality operation to determine whether two DACInstance keys reference the same DAC instance. |
Top
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
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.