다음을 통해 공유


EnvironmentReference.EnvironmentFolderName 속성

Gets the folder name where the referenced environment is in.

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

구문

‘선언
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property EnvironmentFolderName As String 
    Get 
    Set
‘사용 방법
Dim instance As EnvironmentReference 
Dim value As String 

value = instance.EnvironmentFolderName

instance.EnvironmentFolderName = value
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string EnvironmentFolderName { get; set; }
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ EnvironmentFolderName {
    String^ get ();
    void set (String^ value);
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member EnvironmentFolderName : string with get, set
function get EnvironmentFolderName () : String 
function set EnvironmentFolderName (value : String)

속성 값

유형: System.String
The folder name where the referenced environment is in.

참고 항목

참조

EnvironmentReference 클래스

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