EnvironmentReference クラス

環境の参照を表します。

継承階層

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

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

構文

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

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

プロパティ

  名前 説明
プロテクト プロパティ AbstractIdentityKey (SfcInstance から継承されています。)
パブリック プロパティ EnvironmentFolderName 参照されている環境が格納されているフォルダー名を取得します。
パブリック プロパティ Metadata (SfcInstance から継承されています。)
パブリック プロパティ Name キー名を取得します。
パブリック プロパティ Parent 親を取得します。値の設定も可能です。
パブリック プロパティ Properties (SfcInstance から継承されています。)
パブリック プロパティ ReferenceId 参照の識別子を取得します。
パブリック プロパティ ReferenceType 参照の種類を取得または設定します。
プロテクト プロパティ State (SfcInstance から継承されています。)
パブリック プロパティ Urn (SfcInstance から継承されています。)
パブリック プロパティ ValidationStatus 検証の状態を示す値を取得します。

先頭に戻る

メソッド

  名前 説明
プロテクト メソッド 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 から継承されています。)
プロテクト メソッド ResetKey (SfcInstance から継承されています。)
パブリック メソッド Serialize (SfcInstance から継承されています。)
パブリック メソッド ToString (SfcInstance から継承されています。)

先頭に戻る

イベント

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

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間