Compartir a través de


PackageItems.IndexOf Método

Reports the index of the occurrence of the specified string in this instance.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function IndexOf ( _
    streamName As String _
) As Integer
'Uso
Dim instance As PackageItems 
Dim streamName As String 
Dim returnValue As Integer 

returnValue = instance.IndexOf(streamName)
public int IndexOf(
    string streamName
)
public:
int IndexOf(
    String^ streamName
)
member IndexOf : 
        streamName:string -> int
public function IndexOf(
    streamName : String
) : int

Parámetros

Valor devuelto

Tipo: System.Int32
The index of the occurrence of the specified string in this instance.

Vea también

Referencia

PackageItems Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime