Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Notifies the data flow designer at design time that the user interface of the component will manage the component viewer by itself.
Gerarchia di ereditarietà
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Pipeline.Design.CustomComponentViewHandlerAttribute
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Sintassi
'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class CustomComponentViewHandlerAttribute _
Inherits Attribute
'Utilizzo
Dim instance As CustomComponentViewHandlerAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class CustomComponentViewHandlerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class CustomComponentViewHandlerAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)>]
type CustomComponentViewHandlerAttribute =
class
inherit Attribute
end
public final class CustomComponentViewHandlerAttribute extends Attribute
Nel tipo CustomComponentViewHandlerAttribute sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
CustomComponentViewHandlerAttribute | Initializes a new instance of a CustomComponentViewHandlerAttribute. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
TypeId | Ereditato da Attribute. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Attribute. |
![]() |
GetHashCode | Ereditato da Attribute. |
![]() |
GetType | Ereditato da Object. |
![]() |
IsDefaultAttribute | Ereditato da Attribute. |
![]() |
Match | Ereditato da Attribute. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
| Nome | Descrizione | |
|---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames | Ereditato da Attribute. |
![]() ![]() |
_Attribute.GetTypeInfo | Ereditato da Attribute. |
![]() ![]() |
_Attribute.GetTypeInfoCount | Ereditato da Attribute. |
![]() ![]() |
_Attribute.Invoke | Ereditato da Attribute. |
In alto
Osservazioni
This attribute is typically used by components where design-time modifications have side effects outside the component itself and where the component manages other components in the data flow. For example, the Slowly Changing Dimension Transformation creates an entire sequence of data flow components and may also delete other objects.
Esempi
The following sample shows the CustomComponentViewHandlerAttribute attribute applied to a class.
[CustomComponentViewHandler]
public class MyComponentUI
{
...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
...
End Class
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.
.gif)
.gif)
.gif)
.gif)