Condividi tramite


Proprietà CatalogFolderCollection.Item (String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As CatalogFolder 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

CatalogFolderCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices