EnvironmentReference.EnvironmentFolderName Property
Gets the folder name where the referenced environment is in.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property EnvironmentFolderName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The folder name where the referenced environment is in.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace