Partager via


Propriété CatalogFolder.Projects

Gets the projects 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(ProjectInfo))> _
Public ReadOnly Property Projects As ProjectCollection 
    Get
'Utilisation
Dim instance As CatalogFolder 
Dim value As ProjectCollection 

value = instance.Projects
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ProjectInfo))]
public ProjectCollection Projects { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ProjectInfo))]
public:
property ProjectCollection^ Projects {
    ProjectCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ProjectInfo))>]
member Projects : ProjectCollection
function get Projects () : ProjectCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.ProjectCollection
The projects in the folder.

Voir aussi

Référence

CatalogFolder Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices