Udostępnij przez


DependencyCollection.Item Property

Gets a DependencyCollectionNode object in the collection by index number.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Default Property Item ( _
    index As Integer _
) As DependencyCollectionNode
public DependencyCollectionNode this [
    int index
] { get; set; }
public:
virtual property DependencyCollectionNode^ default [int] {
    DependencyCollectionNode^ get (int index) sealed;
    void set (int index, DependencyCollectionNode^ value) sealed;
}
/** @property */
public final DependencyCollectionNode get_Item (int index)

/** @property */
public final void set_Item (int index, DependencyCollectionNode value)

Parameters

Property Value

A DependencyCollectionNode object value that represents the scripting dependency.

Example

Scripting

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.