Classe EnvironmentVariable
Represents the variable for an environment.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class EnvironmentVariable _
Inherits SfcInstance _
Implements ISfcRenamable
'Uso
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
O tipo EnvironmentVariable expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado de SfcInstance.) | |
Description | Gets or sets the description of the environment variable. | |
IdentityKey | Gets the identity key. | |
Metadata | (Herdado de SfcInstance.) | |
Name | Gets or sets the name of the environment variable. | |
Parent | Gets or sets the parent. | |
Properties | (Herdado de SfcInstance.) | |
Sensitive | Gets or sets a value that indicates whether the environment variable is sensitive. | |
State | (Herdado de SfcInstance.) | |
Type | Gets or sets the data type of the environment variable. | |
Urn | (Herdado de SfcInstance.) | |
Value | Gets or sets the value of the environment variable. | |
VariableId | Gets the identifier of the variable. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateIdentityKey | (Herdado de SfcInstance.) | |
Discover | (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
GetChildCollection | (Herdado de SfcInstance.) | |
GetDomain | (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
Rename | Renames the environment variable. | |
ResetKey | (Herdado de SfcInstance.) | |
ScriptRename | Renames the environment variable script. | |
Serialize | (Herdado de SfcInstance.) | |
ToString | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ISfcRenamable.Rename | Renames the current environment variable with a new key. | |
ISfcRenamable.ScriptRename | Renames the current environment variable script with a new key. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices