CatalogFolder.Projects Propiedad
Gets the projects in the folder.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ProjectInfo))> _
Public ReadOnly Property Projects As ProjectCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ProjectCollection
The projects in the folder.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices