Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a variable class.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("C64721A7-4947-4055-8BDD-9044EB2DD3D2")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class VariableClass _
Implements Variable, IDTSVariable100, IDTSExpression100, IDTSName100, _
IDTSPersist100, IDTSRuntimeObject100
'Uso
Dim instance As VariableClass
[GuidAttribute("C64721A7-4947-4055-8BDD-9044EB2DD3D2")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class VariableClass : Variable,
IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
[GuidAttribute(L"C64721A7-4947-4055-8BDD-9044EB2DD3D2")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class VariableClass : Variable,
IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
[<GuidAttribute("C64721A7-4947-4055-8BDD-9044EB2DD3D2")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type VariableClass =
class
interface Variable
interface IDTSVariable100
interface IDTSExpression100
interface IDTSName100
interface IDTSPersist100
interface IDTSRuntimeObject100
end
public class VariableClass implements Variable, IDTSVariable100, IDTSExpression100, IDTSName100, IDTSPersist100, IDTSRuntimeObject100
O tipo VariableClass expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
VariableClass | Infraestrutura. Initializes a new instance of the VariableClass class. |
Início
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
CreationName | Infraestrutura. Gets the string that the runtime engine gives when it creates an instance of the VariableClass object. |
![]() |
DataType | Infraestrutura. Gets the data type of the variable. |
![]() |
Description | Infraestrutura. Gets or sets the description for the variable class. |
![]() |
EvaluateAsExpression | Infraestrutura. Gets or sets a value that indicates whether the variable contains an expression. |
![]() |
Expression | Infraestrutura. Gets or sets the expression contained in the variable class. |
![]() |
ID | Infraestrutura. The identifier of the variable. |
![]() |
IncludeInDebugDump | Gets or sets a value that specifies whether the variable value is included in the debug dump files. |
![]() |
Name | Infraestrutura. Gets or sets the name of the variable. |
![]() |
Namespace | Infraestrutura. Gets or sets the namespace that the variable class belongs to. |
![]() |
Parent | Infraestrutura. Gets or sets the parent of the variable class. |
![]() |
QualifiedName | Infraestrutura. Gets the fully qualified name of the variable, including the namespace. |
![]() |
RaiseChangedEvent | Infraestrutura. Gets or sets a value that indicates whether the variable class has been flagged to raise the OnVariableValueChanged event. |
![]() |
ReadOnly | Infraestrutura. Gets or sets a value that indicates whether the variable class is read-only and cannot have its value modified. |
![]() |
SystemVariable | Infraestrutura. Gets a value that indicates whether the variable class is a system variable. |
![]() |
Value | Infraestrutura. Gets or sets the value assigned to the variable. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
GetValueWithContext | Infraestrutura. Returns a value of the variable class with a specified context. |
![]() |
LoadFromXML | Infraestrutura. Loads a package to a XML format. |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
SaveToXML | Infraestrutura. Saves the package to a XML format. |
![]() |
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.
.gif)
.gif)
.gif)