Classe ScriptTaskUI
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the user interface (UI) for the script task.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTaskUI
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Sintassi
'Dichiarazione
Public Class ScriptTaskUI _
Implements IDtsTaskUI
'Utilizzo
Dim instance As ScriptTaskUI
public class ScriptTaskUI : IDtsTaskUI
public ref class ScriptTaskUI : IDtsTaskUI
type ScriptTaskUI =
class
interface IDtsTaskUI
end
public class ScriptTaskUI implements IDtsTaskUI
Nel tipo ScriptTaskUI sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ScriptTaskUI | Infrastruttura. Initializes a new instance of the ScriptTaskUI class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AssociatedTask | Infrastruttura. Gets or sets the task associated with the script task UI. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
ApplyChanges | Infrastruttura. Applies changes with the specified settings. | |
Delete | Infrastruttura. Deletes the script task UI instance created by New(IWin32Window) method. | |
Dispose | Infrastruttura. Releases the resources used by the current instance of the ScriptTaskUI class. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
GetView | Infrastruttura. Returns the view of the script task UI. | |
Initialize | Infrastruttura. Initializes the properties of the script task UI instance. | |
MemberwiseClone | Ereditato da Object. | |
New | Infrastruttura. Creates a new instance of the script task UI with the specified parent window. | |
ReportError | Infrastruttura. Reports the specified exception. | |
ShowIDE | Infrastruttura. Displays the script task in the integrated development environment (IDE). | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.