ForEachVariableMapping 클래스

Maps each variable to the value or expression that it holds. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.ForEachVariableMapping

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public NotInheritable Class ForEachVariableMapping _
    Inherits DtsObject _
    Implements IDTSName, IDTSPersist
‘사용 방법
Dim instance As ForEachVariableMapping
public sealed class ForEachVariableMapping : DtsObject, 
    IDTSName, IDTSPersist
public ref class ForEachVariableMapping sealed : public DtsObject, 
    IDTSName, IDTSPersist
[<SealedAttribute>]
type ForEachVariableMapping =  
    class 
        inherit DtsObject 
        interface IDTSName 
        interface IDTSPersist 
    end
public final class ForEachVariableMapping extends DtsObject implements IDTSName, IDTSPersist

ForEachVariableMapping 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CreationName Returns the String that is used by the runtime to create an instance of the object and add it to its collection. This property is read-only.
공용 속성 Description Gets or sets a String that contains the description for the variable.
공용 속성 ID Gets a String that contains the unique ID assigned to the variable. This is usually a GUID. This property is read-only.
공용 속성 Name Gets or sets a String that contains the name for the mapping that is used in the user interface.
공용 속성 ValueIndex Gets or sets the index into the array for those enumerators that provide collections as their value.
공용 속성 VariableName Gets or sets a String that contains the name of the variable

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
공용 메서드 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스