Compartir a través de


Add Método (Dependency)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Adds the specified Dependency object to the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function Add ( _
    value As Dependency _
) As Integer
'Uso
Dim instance As DependencyChainCollection
Dim value As Dependency
Dim returnValue As Integer

returnValue = instance.Add(value)
public int Add(
    Dependency value
)
public:
int Add(
    Dependency^ value
)
member Add : 
        value:Dependency -> int 
public function Add(
    value : Dependency
) : int

Parámetros

Valor devuelto

Tipo: System. . :: . .Int32
The index at which the Dependency object has been added.