Freigeben über


CatalogCollection.Item-Eigenschaft (String)

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

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As Catalog 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.IntegrationServices.Catalog
The specified catalog from the catalog collection.

Siehe auch

Verweis

CatalogCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.IntegrationServices-Namespace