Propriedade do RDL CatalogFolder.Environments
Gets the environments in the folder.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EnvironmentInfo))> _
Public ReadOnly Property Environments As EnvironmentCollection
Get
'Uso
Dim instance As CatalogFolder
Dim value As EnvironmentCollection
value = instance.Environments
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EnvironmentInfo))]
public EnvironmentCollection Environments { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(EnvironmentInfo))]
public:
property EnvironmentCollection^ Environments {
EnvironmentCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(EnvironmentInfo))>]
member Environments : EnvironmentCollection
function get Environments () : EnvironmentCollection
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection
The environments in the folder.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices