Freigeben über


StoredProcedureCollection.Item Property

Gets a StoredProcedure object in the collection by name or by index number.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Überladungsliste

Name Description
StoredProcedureCollection.Item (Int32)
Gets a StoredProcedure object in the collection by index number.
StoredProcedureCollection.Item (String)
Gets a StoredProcedure object in the collection by name.
StoredProcedureCollection.Item (String, String)
Gets a StoredProcedure object in the collection by name and schema.

Siehe auch

Verweis

StoredProcedureCollection Class
StoredProcedureCollection Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

Using Collections