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