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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。