EnvironmentVariable.Type プロパティ

環境変数のデータ型を取得します。値の設定も可能です。

名前空間:  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
環境変数のデータ型。

関連項目

参照

EnvironmentVariable クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間