Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the data type of the environment variable.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property Type As TypeCode
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.TypeCode
The data type of the environment variable.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace