EnvironmentReference.ReferenceType 속성

Gets or set the reference type.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public Property ReferenceType As EnvironmentReference.ReferenceLocationType 
    Get 
    Set
‘사용 방법
Dim instance As EnvironmentReference 
Dim value As EnvironmentReference.ReferenceLocationType 

value = instance.ReferenceType

instance.ReferenceType = value
[SfcPropertyAttribute(Data = true)]
public EnvironmentReference.ReferenceLocationType ReferenceType { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property EnvironmentReference.ReferenceLocationType ReferenceType {
    EnvironmentReference.ReferenceLocationType get ();
    void set (EnvironmentReference.ReferenceLocationType value);
}
[<SfcPropertyAttribute(Data = true)>]
member ReferenceType : EnvironmentReference.ReferenceLocationType with get, set
function get ReferenceType () : EnvironmentReference.ReferenceLocationType 
function set ReferenceType (value : EnvironmentReference.ReferenceLocationType)

속성 값

유형: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.ReferenceLocationType
The reference location type.

참고 항목

참조

EnvironmentReference 클래스

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