Classe ScriptTaskUI
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the user interface (UI) for the script task.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTaskUI
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (em Microsoft.SqlServer.ScriptTaskUI.dll)
Sintaxe
'Declaração
Public Class ScriptTaskUI _
Implements IDtsTaskUI
'Uso
Dim instance As ScriptTaskUI
public class ScriptTaskUI : IDtsTaskUI
public ref class ScriptTaskUI : IDtsTaskUI
type ScriptTaskUI =
class
interface IDtsTaskUI
end
public class ScriptTaskUI implements IDtsTaskUI
O tipo ScriptTaskUI expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScriptTaskUI | Infraestrutura. Initializes a new instance of the ScriptTaskUI class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AssociatedTask | Infraestrutura. Gets or sets the task associated with the script task UI. |
Início
Métodos
Nome | Descrição | |
---|---|---|
ApplyChanges | Infraestrutura. Applies changes with the specified settings. | |
Delete | Infraestrutura. Deletes the script task UI instance created by New(IWin32Window) method. | |
Dispose | Infraestrutura. Releases the resources used by the current instance of the ScriptTaskUI class. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
GetView | Infraestrutura. Returns the view of the script task UI. | |
Initialize | Infraestrutura. Initializes the properties of the script task UI instance. | |
MemberwiseClone | (Herdado de Object.) | |
New | Infraestrutura. Creates a new instance of the script task UI with the specified parent window. | |
ReportError | Infraestrutura. Reports the specified exception. | |
ShowIDE | Infraestrutura. Displays the script task in the integrated development environment (IDE). | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.