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