你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SqlTrigger Class
- Inheritance
-
SqlTrigger
Constructor
SqlTrigger(**kwargs)
Methods
get_binding_name | |
get_dict_repr | |
is_supported_trigger_type |
get_binding_name
static get_binding_name() -> str
get_dict_repr
get_dict_repr(**kw)
is_supported_trigger_type
static is_supported_trigger_type(trigger_instance: Trigger, trigger_type: Type[Trigger])
Parameters
Name | Description |
---|---|
trigger_instance
Required
|
|
trigger_type
Required
|
|
Attributes
data_type
direction
EXCLUDED_INIT_PARAMS
EXCLUDED_INIT_PARAMS = {'data_type', 'direction', 'kwargs', 'self', 'type'}