Sdílet prostřednictvím


TableStorageEventArgs – konstruktor

Inicializuje novou instanci TableStorageEventArgs Třída

Obor názvů:  Microsoft.Data.Schema.Tools.DataGenerator
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String _
)
public TableStorageEventArgs(
    string message
)
public:
TableStorageEventArgs(
    String^ message
)
new : 
        message:string -> TableStorageEventArgs
public function TableStorageEventArgs(
    message : String
)

Parametry

  • message
    Typ: System.String
    A string , která obsahuje informační zpráva, která souvisí s přidruženou událost.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TableStorageEventArgs Třída

Microsoft.Data.Schema.Tools.DataGenerator – obor názvů