Partager via


Propriété EnvironmentReference.EnvironmentFolderName

Gets the folder name where the referenced environment is in.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property EnvironmentFolderName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EnvironmentReference Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices