StoredProcedureParameter 类
表示用于 SQL 数据库引用的 SQL 存储过程参数。
初始化 StoredProcedureParameter。
默认值为 azureml.pipeline.core.graph.StoredProcedureParameterType.String :type type: azureml.pipeline.core.graph.StoredProcedureParameterType
- 继承
-
builtins.objectStoredProcedureParameter
构造函数
StoredProcedureParameter(name, value, type=None)
参数
名称 | 说明 |
---|---|
name
必需
|
存储过程参数的名称。 |
value
必需
|
存储过程参数的值。 |
type
|
存储过程参数值的类型。 默认为 StoredProcedureParameterType。字符串。 默认值: None
|
name
必需
|
存储过程参数的名称。 |
value
必需
|
存储过程参数的值。 |
type
必需
|
存储过程参数值的类型, |