Clase EnvironmentVariable.Key
Represents the key used to access the EnvironmentVariable class.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class Key _
Inherits NameKey
'Uso
Dim instance As EnvironmentVariable.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =
class
inherit NameKey
end
public final class Key extends NameKey
El tipo EnvironmentVariable.Key expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EnvironmentVariable.Key | Initializes a new instance of the EnvironmentVariable.Key class that takes the key name. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
InstanceType | (Se hereda de SfcKey.) | |
Name | Gets the key name. (Se hereda de NameKey.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals(SfcKey) | Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Se hereda de NameKey.) | |
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. (Se hereda de NameKey.) | |
GetHashCode | Returns hash code for this NameKey. (Se hereda de NameKey.) | |
GetType | (Se hereda de Object.) | |
GetUrnFragment | Gets the UrnFragment for the SfcInstance type. (Invalida SfcKey.GetUrnFragment().) | |
ToString | (Se hereda de SfcKey.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices