ScriptEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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