Share via


DeployedDac.Key クラス

DeployedDac.Key クラスは、DeployedDac クラスを識別するキーを表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Utility.DeployedDac.Key

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Public NotInheritable Class Key _
    Inherits SfcKey
'使用
Dim instance As DeployedDac.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

DeployedDac.Key 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DeployedDac.Key 指定した名前を持つ DeployedDac.Key クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ InstanceType このキー クラスに関連付けられているインスタンス クラスの型を取得します。 (SfcKey から継承されています。)
パブリック プロパティ Name DeployedDac キーの名前を取得します。
パブリック プロパティ ServerInstanceName キーに関連付けられたサーバー インスタンスの名前を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals(Object) 指定したオブジェクト キーが参照された文字列値と等しいかどうかを示します。 (SfcKey.Equals(Object) をオーバーライドします。)
パブリック メソッド Equals(SfcKey) 指定した 2 つのオブジェクトが等しいかどうかを確認します。 (SfcKey.Equals(SfcKey) をオーバーライドします。)
パブリック メソッド GetHashCode オブジェクトのハッシュ コードを取得します。 (SfcKey.GetHashCode() をオーバーライドします。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド GetUrnFragment 配置された DAC を表す URN パス文字列の一部を取得します。 (SfcKey.GetUrnFragment() をオーバーライドします。)
パブリック メソッド ToString このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。外部比較演算子で使用できる、オブジェクトの並べ替え可能な表現である String 値を返します。 (SfcKey から継承されています。)

先頭に戻る

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Utility 名前空間