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 네임스페이스