StoredProcedure.NumberedStoredProcedures Property
Represents a collection of NumberedStoredProcedureCollection objects. Each NumberedStoredProcedure object represents a numbered stored procedure defined for the stored procedure.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(NumberedStoredProcedure))> _
Public ReadOnly Property NumberedStoredProcedures As NumberedStoredProcedureCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(NumberedStoredProcedure))]
public NumberedStoredProcedureCollection NumberedStoredProcedures { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(NumberedStoredProcedure))]
public:
property NumberedStoredProcedureCollection^ NumberedStoredProcedures {
NumberedStoredProcedureCollection^ get ();
}
/** @property */
public NumberedStoredProcedureCollection get_NumberedStoredProcedures ()
public function get NumberedStoredProcedures () : NumberedStoredProcedureCollection
Property Value
A NumberedStoredProcedureCollection object that represents all the numbered stored procedures defined for the stored procedure.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also