EnvironmentVariable.Key クラス

EnvironmentVariable クラスにアクセスするために使用するキーを表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key

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

構文

'宣言
Public NotInheritable Class Key _
    Inherits NameKey
'使用
Dim instance As EnvironmentVariable.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =  
    class 
        inherit NameKey 
    end
public final class Key extends NameKey

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

コンストラクター

  名前 説明
パブリック メソッド EnvironmentVariable.Key キー名を受け取る EnvironmentVariable.Key クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

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

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals(SfcKey) 現在の NameKey によって表されるオブジェクトが、指定したキーによって表されるオブジェクトと等しいかどうかを判定します。 (NameKey から継承されています。)
パブリック メソッド Equals(Object) NameKey によって表されるオブジェクトが指定したオブジェクトと等しいかどうかを判定します。 (NameKey から継承されています。)
パブリック メソッド GetHashCode この NameKey のハッシュ コードを返します。 (NameKey から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド GetUrnFragment SfcInstance 型の UrnFragment を取得します。 (SfcKey.GetUrnFragment() をオーバーライドします。)
パブリック メソッド ToString (SfcKey から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間