ScriptEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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