NumberedStoredProcedureParameter Properties
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Name | Description | |
---|---|---|
![]() | DataType | Gets or sets the data type associated with the parameter.(Inherited from ParameterBase.) |
![]() | DefaultValue | Gets or sets the default value of the parameter.(Inherited from Parameter.) |
![]() | ExecutionManager | Gets the object to execute to the manager.(Inherited from SqlSmoObject.) |
![]() | ExtendedProperties | Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on the ParameterBase object.(Inherited from ParameterBase.) |
![]() | ID | Gets the ID value that uniquely identifies the parameter.(Inherited from Parameter.) |
![]() | IsOutputParameter | Gets or sets the Boolean property that specifies whether the parameter is an output parameter. |
![]() | IsReadOnly | Gets or sets whether the parameter is read only.(Inherited from Parameter.) |
![]() | Name | Gets or sets a String value that specifies the name of the stored procedure parameter.(Overrides ParameterBase.Name.) |
![]() | Parent | Gets the NumberedStoredProcedure object that is the parent of the NumberedStoredProcedureParameter object. |
![]() | Properties | Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.) |
![]() | State | Gets the state of the referenced object.(Inherited from SmoObjectBase.) |
![]() | Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.) |
![]() | UserData | Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.) |
Name | Description | |
---|---|---|
![]() ![]() | ISfcSupportsDesignMode.IsDesignMode | Gets a boolean value that indicates whether the NumberedStoredProcedureParameter supports design mode. |