CatalogFolder.Projects Property

Definition

Gets the projects in the folder.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ProjectCollection ^ Projects { Microsoft::SqlServer::Management::IntegrationServices::ProjectCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo))]
public Microsoft.SqlServer.Management.IntegrationServices.ProjectCollection Projects { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo))>]
member this.Projects : Microsoft.SqlServer.Management.IntegrationServices.ProjectCollection
Public ReadOnly Property Projects As ProjectCollection

Property Value

The projects in the folder.

Attributes

Applies to