Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the data type of the environment variable.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property Type As TypeCode
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.TypeCode
The data type of the environment variable.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices