Gets or sets the data type of the environment variable.
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
<SfcPropertyAttribute(Data := True)> _
Public Property Type As TypeCode
Get
Set
'用途
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)
屬性值
型別:System.TypeCode
The data type of the environment variable.