Share via


ScriptEventArgs Constructors

Definition

Overloads

ScriptEventArgs(Urn, Exception)
ScriptEventArgs(Urn, Exception, Boolean)

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)

Parameters

urn
Urn
error
Exception

Applies to

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)

Parameters

urn
Urn
error
Exception
completed
Boolean

Applies to