TableStoreEventArgs Constructor
Initializes a new instance of the TableStoreEventArgs class, based on a supplied message.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New TableStoreEventArgs(message)
public TableStoreEventArgs(
string message
)
public:
TableStoreEventArgs(
String^ message
)
public function TableStoreEventArgs(
message : String
)
new :
message:string -> TableStoreEventArgs
Parameters
- message
Type: System.String
String This string should contain an informational 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.