CatalogCollection.Item 属性 (String)

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

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    name As String _
) As Catalog 
    Get
用法
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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

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

请参阅

参考

CatalogCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间