Udostępnij za pośrednictwem


StoredProcedure.Parameters Property

Represents a collection of StoredProcedureParameterCollection objects. Each StoredProcedureParameter object represents a parameter 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(StoredProcedureParameter))> _
Public ReadOnly Property Parameters As StoredProcedureParameterCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(StoredProcedureParameter))] 
public StoredProcedureParameterCollection Parameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(StoredProcedureParameter))] 
public:
property StoredProcedureParameterCollection^ Parameters {
    StoredProcedureParameterCollection^ get ();
}
/** @property */
public StoredProcedureParameterCollection get_Parameters ()
public function get Parameters () : StoredProcedureParameterCollection

Property Value

A StoredProcedureParameterCollection object that represents all the parameter 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.