Propriedade do RDL CatalogCollection.Item (String)
Gets the catalog from the catalog 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 Catalog
Get
'Uso
Dim instance As CatalogCollection
Dim name As String
Dim value As Catalog
value = instance(name)
public Catalog this[
string name
] { get; }
public:
property Catalog^ default[String^ name] {
Catalog^ get (String^ name);
}
member Item : Catalog
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the catalog.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog
The specified catalog from the catalog collection.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices