EnvironmentVariable クラス

環境の変数を表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable

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

構文

'宣言
Public NotInheritable Class EnvironmentVariable _
    Inherits SfcInstance _
    Implements ISfcRenamable
'使用
Dim instance As EnvironmentVariable
public sealed class EnvironmentVariable : SfcInstance, 
    ISfcRenamable
public ref class EnvironmentVariable sealed : public SfcInstance, 
    ISfcRenamable
[<SealedAttribute>]
type EnvironmentVariable =  
    class 
        inherit SfcInstance 
        interface ISfcRenamable 
    end
public final class EnvironmentVariable extends SfcInstance implements ISfcRenamable

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

プロパティ

  名前 説明
プロテクト プロパティ AbstractIdentityKey (SfcInstance から継承されています。)
パブリック プロパティ Description 環境変数の説明を取得します。値の設定も可能です。
パブリック プロパティ IdentityKey ID キーを取得します。
パブリック プロパティ Metadata (SfcInstance から継承されています。)
パブリック プロパティ Name 環境変数の名前を取得します。値の設定も可能です。
パブリック プロパティ Parent 親を取得します。値の設定も可能です。
パブリック プロパティ Properties (SfcInstance から継承されています。)
パブリック プロパティ Sensitive 環境変数が機密情報を含むかどうかを示す値を取得します。値の設定も可能です。
プロテクト プロパティ State (SfcInstance から継承されています。)
パブリック プロパティ Type 環境変数のデータ型を取得します。値の設定も可能です。
パブリック プロパティ Urn (SfcInstance から継承されています。)
パブリック プロパティ Value 環境変数の値を取得します。値の設定も可能です。
パブリック プロパティ VariableId 変数の識別子を取得します。

先頭に戻る

メソッド

  名前 説明
プロテクト メソッド CreateIdentityKey (SfcInstance から継承されています。)
パブリック メソッド Discover (SfcInstance から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド GetChildCollection (SfcInstance から継承されています。)
パブリック メソッド GetDomain (SfcInstance から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド静的メンバー GetObjectFactory 新しいインスタンスを作成するファクトリを取得します。
パブリック メソッド GetPropertySet (SfcInstance から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド GetTypeMetadataImpl (SfcInstance から継承されています。)
プロテクト メソッド InitializeUIPropertyState (SfcInstance から継承されています。)
プロテクト メソッド OnPropertyMetadataChanges (SfcInstance から継承されています。)
プロテクト メソッド OnPropertyValueChanges (SfcInstance から継承されています。)
パブリック メソッド Refresh (SfcInstance から継承されています。)
パブリック メソッド Rename 環境変数の名前を変更します。
プロテクト メソッド ResetKey (SfcInstance から継承されています。)
パブリック メソッド ScriptRename 環境変数スクリプトの名前を変更します。
パブリック メソッド Serialize (SfcInstance から継承されています。)
パブリック メソッド ToString (SfcInstance から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント PropertyChanged (SfcInstance から継承されています。)
パブリック イベント PropertyMetadataChanged (SfcInstance から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ISfcRenamable.Rename 新しいキーを使用して、現在の環境変数の名前を変更します。
明示的なインターフェイスの実装プライベート メソッド ISfcRenamable.ScriptRename 新しいキーを使用して、現在の環境変数スクリプトの名前を変更します。

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間