Metodo DependencyChainCollection.Insert (Int32, Dependency)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Inserts the specified Dependency object into the collection at the specified index.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub Insert ( _
    index As Integer, _
    value As Dependency _
)
'Utilizzo
Dim instance As DependencyChainCollection 
Dim index As Integer 
Dim value As Dependency

instance.Insert(index, value)
public void Insert(
    int index,
    Dependency value
)
public:
void Insert(
    int index, 
    Dependency^ value
)
member Insert : 
        index:int * 
        value:Dependency -> unit
public function Insert(
    index : int, 
    value : Dependency
)

Parametri

  • index
    Tipo: System.Int32
    The zero-based index at which value should be inserted

Vedere anche

Riferimento

DependencyChainCollection Classe

Overload Insert

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc