TableStorage.OnStatus 方法

状态更改时调用,以允许派生类执行其他任务。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Protected Sub OnStatus ( _
    args As TableStorageEventArgs _
)
protected void OnStatus(
    TableStorageEventArgs args
)
protected:
void OnStatus(
    TableStorageEventArgs^ args
)
member OnStatus : 
        args:TableStorageEventArgs -> unit 
protected function OnStatus(
    args : TableStorageEventArgs
)

参数

.NET Framework 安全性

请参见

参考

TableStorage 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

TableStorageEventArgs

OnWarning