ScriptEventArgs 构造函数

定义

重载

ScriptEventArgs(Urn, Exception)

public ScriptEventArgs(Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, Exception error);
new Microsoft.SqlServer.Management.SqlScriptPublish.ScriptEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Exception -> Microsoft.SqlServer.Management.SqlScriptPublish.ScriptEventArgs
Public Sub New (urn As Urn, error As Exception)

参数

urn
Urn
error
Exception

适用于

ScriptEventArgs(Urn, Exception, Boolean)

public ScriptEventArgs(Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, Exception error, bool completed);
new Microsoft.SqlServer.Management.SqlScriptPublish.ScriptEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Exception * bool -> Microsoft.SqlServer.Management.SqlScriptPublish.ScriptEventArgs
Public Sub New (urn As Urn, error As Exception, completed As Boolean)

参数

urn
Urn
error
Exception
completed
Boolean

适用于