TableStorage.OnWarning Method
Called by the data generator engine when a warning is received while the engine generates data.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Sub OnWarning ( _
args As TableStorageEventArgs _
)
protected void OnWarning(
TableStorageEventArgs args
)
protected:
void OnWarning(
TableStorageEventArgs^ args
)
member OnWarning :
args:TableStorageEventArgs -> unit
protected function OnWarning(
args : TableStorageEventArgs
)
Parameters
- args
Type: Microsoft.Data.Schema.Tools.DataGenerator.TableStorageEventArgs
A TableStorageEventArgs object that contains the warning message.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.