CatalogCollection.Item Propiedad (String)
Gets the catalog from the catalog collection based upon the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
The name of the catalog.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog
The specified catalog from the catalog collection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices