次の方法で共有


CatalogCollection.Item プロパティ (String)

指定した名前に基づいて、カタログ コレクションからカタログを取得します。

名前空間:  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
カタログ コレクションの指定したカタログ。

関連項目

参照

CatalogCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間