Classe SSISScriptComponentEntryPointAttribute
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the SSIS script component entry point attribute.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct)> _
Public Class SSISScriptComponentEntryPointAttribute _
Inherits Attribute
'Uso
Dim instance As SSISScriptComponentEntryPointAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)]
public class SSISScriptComponentEntryPointAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct)]
public ref class SSISScriptComponentEntryPointAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)>]
type SSISScriptComponentEntryPointAttribute =
class
inherit Attribute
end
public class SSISScriptComponentEntryPointAttribute extends Attribute
O tipo SSISScriptComponentEntryPointAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SSISScriptComponentEntryPointAttribute | Infraestrutura. Initializes a new instance of the SSISScriptComponentEntryPointAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
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.