次の方法で共有


TableStoreEventArgs コンストラクタ

指定されたメッセージに基づいて、TableStoreEventArgs クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New TableStoreEventArgs(message)
public TableStoreEventArgs(
    string message
)
public:
TableStoreEventArgs(
    String^ message
)
public function TableStoreEventArgs(
    message : String
)

パラメータ

  • message
    型 : System.String
    String この文字列には、情報メッセージを含める必要があります。

参照

参照

TableStoreEventArgs クラス

TableStoreEventArgs メンバ

Microsoft.Data.Schema.DataGenerator 名前空間