DependencyCollection.Item プロパティ
コレクション内にある指定したインデックス番号の DependencyCollectionNode オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Default Property Item ( _
index As Integer _
) As DependencyCollectionNode
Get
Set
'使用
Dim instance As DependencyCollection
Dim index As Integer
Dim value As DependencyCollectionNode
value = instance(index)
instance(index) = value
public DependencyCollectionNode this[
int index
] { get; set; }
public:
virtual property DependencyCollectionNode^ default[int index] {
DependencyCollectionNode^ get (int index) sealed;
void set (int index, DependencyCollectionNode^ value) sealed;
}
abstract Item : DependencyCollectionNode with get, set
override Item : DependencyCollectionNode with get, set
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
DependencyCollection コレクション内の DependencyCollectionNode オブジェクトの位置を示す Int32 値です。
プロパティ値
型: Microsoft.SqlServer.Management.Smo.DependencyCollectionNode
スクリプト作成の依存関係を表す DependencyCollectionNode オブジェクトの値です。