StoredProcedureParameter Class
SQL stored procedure parameter.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelStoredProcedureParameter
Constructor
StoredProcedureParameter(*, value: MutableMapping[str, Any] | None = None, type: str | _models.StoredProcedureParameterType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
<xref:JSON>
Stored procedure parameter value. Type: string (or Expression with resultType string). |
type
|
Stored procedure parameter type. Known values are: "String", "Int", "Int64", "Decimal", "Guid", "Boolean", "Date", and "Int". |
Variables
Name | Description |
---|---|
value
|
<xref:JSON>
Stored procedure parameter value. Type: string (or Expression with resultType string). |
type
|
Stored procedure parameter type. Known values are: "String", "Int", "Int64", "Decimal", "Guid", "Boolean", "Date", and "Int". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python