Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the environments in the folder.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(EnvironmentInfo))> _
Public ReadOnly Property Environments As EnvironmentCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection
The environments in the folder.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices