开始删除表组(Table Group)及属于该表组的相关表(Table)和视图(View)的异步操作。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
public IAsyncResult BeginDeleteTableGroup( string tableGroupName, AsyncCallback callback, Object state )
Parameters
- tableGroupName
- Type: SystemString
表组(Table Group)名。 - callback
- Type: SystemAsyncCallback
AsyncCallback委托。 - state
- Type: SystemObject
此请求的状态对象。
Return Value
Type: IAsyncResult引用该异步请求的IAsyncResult对象。
Implements
IOtsBeginDeleteTableGroup(String, AsyncCallback, Object)Exceptions
Exception | Condition |
---|---|
ArgumentException | tableGroupName为空引用或值为空字符串, - 或 - 值违反了OTS名称的命名规则。 |
See Also