Compartilhar via


Propriedade do RDL CatalogFolderCollection.Item (String)

Gets the catalog folder from the catalog folder collection based upon the specified name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As CatalogFolder 
    Get
'Uso
Dim instance As CatalogFolderCollection 
Dim name As String 
Dim value As CatalogFolder 

value = instance(name)
public CatalogFolder this[
    string name
] { get; }
public:
property CatalogFolder^ default[String^ name] {
    CatalogFolder^ get (String^ name);
}
member Item : CatalogFolder
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
The specified catalog folder from the catalog folder collection.

Consulte também

Referência

CatalogFolderCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.IntegrationServices