Item プロパティ (String)
コレクション内にある指定したデータベース名の ReplicationDatabase オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
name As String _
) As ReplicationDatabase
Get
'使用
Dim instance As ReplicationDatabaseCollection
Dim name As String
Dim value As ReplicationDatabase
value = instance(name)
public ReplicationDatabase this[
string name
] { get; }
public:
property ReplicationDatabase^ default[String^ name] {
ReplicationDatabase^ get (String^ name);
}
member Item : ReplicationDatabase
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: System. . :: . .String
レプリケーション データベースの名前を指定する String 値です。
プロパティ値
型: Microsoft.SqlServer.Replication. . :: . .ReplicationDatabase
ReplicationDatabase オブジェクトです。
説明
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。