EnvironmentVariable.VariableId 속성

Gets the identifier of the variable.

네임스페이스:  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
The identifier of the variable.

참고 항목

참조

EnvironmentVariable 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스