CatalogFolder.Projects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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