EnvironmentVariable.Type 属性

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.

请参阅

参考

EnvironmentVariable 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间