Compartir a través de


CatalogFolder.Environments Propiedad

Gets the environments in the folder.

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

Sintaxis

'Declaración
<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 de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection
The environments in the folder.

Vea también

Referencia

CatalogFolder Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices