次の方法で共有


TransArticleCollection.Item プロパティ (String)

コレクション内にある指定した名前の TransArticle オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    name As String _
) As TransArticle 
    Get
'使用
Dim instance As TransArticleCollection 
Dim name As String 
Dim value As TransArticle 

value = instance(name)
public TransArticle this[
    string name
] { get; }
public:
property TransArticle^ default[String^ name] {
    TransArticle^ get (String^ name);
}
member Item : TransArticle
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Replication.TransArticle
TransArticle オブジェクト。

説明

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

関連項目

参照

TransArticleCollection クラス

Item オーバーロード

Microsoft.SqlServer.Replication 名前空間