Classe EnvironmentVariable
Represents the variable for an environment.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public NotInheritable Class EnvironmentVariable _
Inherits SfcInstance _
Implements ISfcRenamable
'Utilisation
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
Le type EnvironmentVariable expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AbstractIdentityKey | (hérité de SfcInstance.) | |
Description | Gets or sets the description of the environment variable. | |
IdentityKey | Gets the identity key. | |
Metadata | (hérité de SfcInstance.) | |
Name | Gets or sets the name of the environment variable. | |
Parent | Gets or sets the parent. | |
Properties | (hérité de SfcInstance.) | |
Sensitive | Gets or sets a value that indicates whether the environment variable is sensitive. | |
State | (hérité de SfcInstance.) | |
Type | Gets or sets the data type of the environment variable. | |
Urn | (hérité de SfcInstance.) | |
Value | Gets or sets the value of the environment variable. | |
VariableId | Gets the identifier of the variable. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateIdentityKey | (hérité de SfcInstance.) | |
Discover | (hérité de SfcInstance.) | |
Equals | (hérité de Object.) | |
GetChildCollection | (hérité de SfcInstance.) | |
GetDomain | (hérité de SfcInstance.) | |
GetHashCode | (hérité de Object.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (hérité de SfcInstance.) | |
GetType | (hérité de Object.) | |
GetTypeMetadataImpl | (hérité de SfcInstance.) | |
InitializeUIPropertyState | (hérité de SfcInstance.) | |
OnPropertyMetadataChanges | (hérité de SfcInstance.) | |
OnPropertyValueChanges | (hérité de SfcInstance.) | |
Refresh | (hérité de SfcInstance.) | |
Rename | Renames the environment variable. | |
ResetKey | (hérité de SfcInstance.) | |
ScriptRename | Renames the environment variable script. | |
Serialize | (hérité de SfcInstance.) | |
ToString | (hérité de SfcInstance.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
PropertyChanged | (hérité de SfcInstance.) | |
PropertyMetadataChanged | (hérité de SfcInstance.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ISfcRenamable.Rename | Renames the current environment variable with a new key. | |
ISfcRenamable.ScriptRename | Renames the current environment variable script with a new key. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices