EnvironmentReference.Key クラス

定義

EnvironmentReference クラスにアクセスするために使用するキーを取得します。

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

コンストラクター

EnvironmentReference.Key(String, String)

環境名と環境フォルダー名を受け取る EnvironmentReference.Key クラスの新しいインスタンスを初期化します。

プロパティ

EnvironmentFolderName

キー環境フォルダー名を取得します。

InstanceType

このキー クラスに関連付けられているインスタンス クラスの型を取得します。

(継承元 SfcKey)
Name

キー名を取得します。

メソッド

Equals(Object)

キー オブジェクトが等しいかどうかのチェックを行うかどうかを示します。

Equals(SfcKey)

キー オブジェクトが等しいかどうかのチェックを行うかどうかを示します。

GetHashCode()

EnvironmentReference.Key クラスのハッシュ コードを取得します。

GetUrnFragment()

SfcInstance 型の UrnFragment を取得します。

ToString()

このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。 外部比較子で String 使用できるオブジェクトの並べ替え可能な表現である値を返します。

(継承元 SfcKey)

適用対象