DeployedDac.Key Class

Definition

The DeployedDac.Key class represents the key that identifies the DeployedDac class.

public: ref class DeployedDac::Key sealed : Microsoft::SqlServer::Management::Sdk::Sfc::SfcKey
public sealed class DeployedDac.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type DeployedDac.Key = class
    inherit SfcKey
Public NotInheritable Class DeployedDac.Key
Inherits SfcKey
Inheritance
DeployedDac.Key

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.

Constructors

DeployedDac.Key(String, String)

Initializes a new instance of the DeployedDac.Key class that has the specified name.

Properties

InstanceType

Gets the type of the instance class associated with this key class.

(Inherited from SfcKey)
Name

Gets the name of the DeployedDac key.

ServerInstanceName

Gets the name of the server instance associated with the key.

Methods

Equals(Object)

Determines whether the specified object key is equal to the referenced string value.

Equals(SfcKey)

Determines whether the two specified objects are equal.

GetHashCode()

Gets the hash code for the object.

GetUrnFragment()

Gets the URN path partial string that represents the deployed DAC.

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)

Applies to