Propriedade do RDL EnvironmentReference.EnvironmentFolderName
Gets the folder name where the referenced environment is in.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.String
The folder name where the referenced environment is in.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices