CatalogFolder.Projects 属性

Gets the projects in the folder.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ProjectInfo))> _
Public ReadOnly Property Projects As ProjectCollection 
    Get
用法
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

属性值

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

请参阅

参考

CatalogFolder 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间