Classe VariableCreatorClass

Represents a variable creator class.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")> _
Public Class VariableCreatorClass _
    Implements IDTSVariableCreator100, VariableCreator
'Utilizzo
Dim instance As VariableCreatorClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")]
public class VariableCreatorClass : IDTSVariableCreator100, 
    VariableCreator
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"06920F08-6488-4A02-8CF2-D63C501AB6B9")]
public ref class VariableCreatorClass : IDTSVariableCreator100, 
    VariableCreator
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")>]
type VariableCreatorClass =  
    class 
        interface IDTSVariableCreator100 
        interface VariableCreator 
    end
public class VariableCreatorClass implements IDTSVariableCreator100, VariableCreator

Nel tipo VariableCreatorClass sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico VariableCreatorClass Initializes a new instance of the VariableCreatorClass class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CreateVariable Creates a variable with the specified parameter.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper