Méthode ItemById
Extracts a member from the StoredProcedureParameterCollection object using a system-defined, unique identifier.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function ItemById ( _
id As Integer _
) As StoredProcedureParameter
'Utilisation
Dim instance As StoredProcedureParameterCollection
Dim id As Integer
Dim returnValue As StoredProcedureParameter
returnValue = instance.ItemById(id)
public StoredProcedureParameter ItemById(
int id
)
public:
StoredProcedureParameter^ ItemById(
int id
)
member ItemById :
id:int -> StoredProcedureParameter
public function ItemById(
id : int
) : StoredProcedureParameter
Paramètres
- id
Type : System. . :: . .Int32
An Int32 value that uniquely identifies the StoredProcedureParameter object that is a member of the StoredProcedureParameterCollection object.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo. . :: . .StoredProcedureParameter
A StoredProcedureParameter object that has the specified ID value.