Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Reports the index of the occurrence of the specified string in this instance.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
streamName As String _
) As Integer
'Utilisation
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
Paramètres
- streamName
Type : System.String
The name of the stream.
Valeur de retour
Type : System.Int32
The index of the occurrence of the specified string in this instance.