EnvironmentVariable.VariableId プロパティ

変数の識別子を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Required Or SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public ReadOnly Property VariableId As Long 
    Get
'使用
Dim instance As EnvironmentVariable 
Dim value As Long 

value = instance.VariableId
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)]
public long VariableId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Required|SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property long long VariableId {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Required|SfcPropertyFlags.ReadOnlyAfterCreation)>]
member VariableId : int64
function get VariableId () : long

プロパティ値

型: System.Int64
変数の識別子。

関連項目

参照

EnvironmentVariable クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間