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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: System. . :: . .String
アーティクルの名前を指定する String 値です。
プロパティ値
型: Microsoft.SqlServer.Replication. . :: . .TransArticle
TransArticle オブジェクト。
説明
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。