Udostępnij przez


Variable Interface

This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.

For more information, see VariableClass.

Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)

Syntax

'Deklaracja
<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
<CoClassAttribute(GetType(VariableClass))> _
Public Interface Variable
    Inherits IDTSVariable100
[GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")] 
[CoClassAttribute(typeof(VariableClass))] 
public interface Variable : IDTSVariable100
[GuidAttribute(L"5DE31EA1-75EA-41D2-B6F0-219EE20583F5")] 
[CoClassAttribute(typeof(VariableClass))] 
public interface class Variable : IDTSVariable100
/** @attribute GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5") */ 
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass) */ 
public interface Variable extends IDTSVariable100
GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5") 
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass) 
public interface Variable extends IDTSVariable100

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.