Compartir a través de


EnvironmentReference.EnvironmentFolderName Propiedad

Gets the folder name where the referenced environment is in.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcKeyAttribute()> _
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property EnvironmentFolderName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

EnvironmentReference Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices