EnvironmentReference.ReferenceType プロパティ

参照の種類を取得または設定します。

名前空間:  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
参照場所の種類。

関連項目

参照

EnvironmentReference クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間