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. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。