ExtendedStoredProcedureCollection Properties
SQL Server 2005
| Name | Description | |
|---|---|---|
| Count |
Gets the number of objects in the referenced collection.
(inherited from
SmoCollectionBase
)
|
| IsSynchronized |
Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.
(inherited from
SmoCollectionBase
)
|
| Item |
Overloaded.
Gets an ExtendedStoredProcedure object in the collection by name or by index number.
|
| Parent |
Gets the SqlSmoObject object that is the parent of the ExtendedStoredProcedureCollection object.
|
| SyncRoot |
Gets an object that can be used to synchronize access to the collection.
(inherited from
SmoCollectionBase
)
|
Reference
ExtendedStoredProcedureCollection ClassMicrosoft.SqlServer.Management.Smo Namespace