Класс EnvironmentVariable
Represents the variable for an environment.
Иерархия наследования
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 | Gets or sets the description of the environment variable. | |
IdentityKey | Gets the identity key. | |
Metadata | (Производный от SfcInstance.) | |
Name | Gets or sets the name of the environment variable. | |
Parent | Gets or sets the parent. | |
Properties | (Производный от SfcInstance.) | |
Sensitive | Gets or sets a value that indicates whether the environment variable is sensitive. | |
State | (Производный от SfcInstance.) | |
Type | Gets or sets the data type of the environment variable. | |
Urn | (Производный от SfcInstance.) | |
Value | Gets or sets the value of the environment variable. | |
VariableId | Gets the identifier of the variable. |
В начало
Методы
Имя | Описание | |
---|---|---|
CreateIdentityKey | (Производный от SfcInstance.) | |
Discover | (Производный от SfcInstance.) | |
Equals | (Производный от Object.) | |
GetChildCollection | (Производный от SfcInstance.) | |
GetDomain | (Производный от SfcInstance.) | |
GetHashCode | (Производный от Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Производный от SfcInstance.) | |
GetType | (Производный от Object.) | |
GetTypeMetadataImpl | (Производный от SfcInstance.) | |
InitializeUIPropertyState | (Производный от SfcInstance.) | |
OnPropertyMetadataChanges | (Производный от SfcInstance.) | |
OnPropertyValueChanges | (Производный от SfcInstance.) | |
Refresh | (Производный от SfcInstance.) | |
Rename | Renames the environment variable. | |
ResetKey | (Производный от SfcInstance.) | |
ScriptRename | Renames the environment variable script. | |
Serialize | (Производный от SfcInstance.) | |
ToString | (Производный от SfcInstance.) |
В начало
События
Имя | Описание | |
---|---|---|
PropertyChanged | (Производный от SfcInstance.) | |
PropertyMetadataChanged | (Производный от SfcInstance.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ISfcRenamable.Rename | Renames the current environment variable with a new key. | |
ISfcRenamable.ScriptRename | Renames the current environment variable script with a new key. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices