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 命名空间