Compartir a través de


EnvironmentVariable.Type Propiedad

Gets or sets the data type of the environment variable.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public Property Type As TypeCode 
    Get 
    Set
'Uso
Dim instance As EnvironmentVariable 
Dim value As TypeCode 

value = instance.Type

instance.Type = value
[SfcPropertyAttribute(Data = true)]
public TypeCode Type { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property TypeCode Type {
    TypeCode get ();
    void set (TypeCode value);
}
[<SfcPropertyAttribute(Data = true)>]
member Type : TypeCode with get, set
function get Type () : TypeCode 
function set Type (value : TypeCode)

Valor de la propiedad

Tipo: System.TypeCode
The data type of the environment variable.

Vea también

Referencia

EnvironmentVariable Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices