EnvironmentReference.Key クラス

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

継承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key

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

構文

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

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

コンストラクター

  名前 説明
パブリック メソッド EnvironmentReference.Key 環境名と環境フォルダー名を受け取る EnvironmentReference.Key クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ EnvironmentFolderName キー環境フォルダー名を取得します。
パブリック プロパティ InstanceType (SfcKey から継承されています。)
パブリック プロパティ Name キー名を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals(SfcKey) キー オブジェクトが等しいかどうかのチェックを行うかどうかを示します。 (SfcKey.Equals(SfcKey) をオーバーライドします。)
パブリック メソッド Equals(Object) キー オブジェクトが等しいかどうかのチェックを行うかどうかを示します。 (SfcKey.Equals(Object) をオーバーライドします。)
パブリック メソッド GetHashCode EnvironmentReference.Key クラスのハッシュ コードを取得します。 (SfcKey.GetHashCode() をオーバーライドします。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド GetUrnFragment SfcInstance 型の UrnFragment を取得します。 (SfcKey.GetUrnFragment() をオーバーライドします。)
パブリック メソッド ToString (SfcKey から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間