ValidatedEventArgs 建構函式

定義

初始化 ValidatedEventArgs 類別的新執行個體。

多載

名稱 Description
ValidatedEventArgs()

初始化一個新的類別實例 ValidatedEventArgs ,使用預設屬性值。

ValidatedEventArgs(ValidationState)

初始化一個以指定狀態的新類別實例 ValidatedEventArgs

ValidatedEventArgs()

初始化一個新的類別實例 ValidatedEventArgs ,使用預設屬性值。

public:
 ValidatedEventArgs();
public ValidatedEventArgs();
Public Sub New ()

適用於

ValidatedEventArgs(ValidationState)

初始化一個以指定狀態的新類別實例 ValidatedEventArgs

public:
 ValidatedEventArgs(Microsoft::SqlServer::Management::Sdk::Sfc::ValidationState ^ state);
public ValidatedEventArgs(Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState state);
new Microsoft.SqlServer.Management.ValidatedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState -> Microsoft.SqlServer.Management.ValidatedEventArgs
Public Sub New (state As ValidationState)

參數

state
ValidationState

驗證事件的狀態。

適用於