Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the projects in the folder.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ProjectInfo))> _
Public ReadOnly Property Projects As ProjectCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.ProjectCollection
The projects in the folder.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace