CatalogFolder.Projects Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает проекты, содержащиеся в папке.
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
Значение свойства
Проекты, содержащиеся в папке.
- Атрибуты