다음을 통해 공유


ForEachLoopClass.Description 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the description of the ForEachLoopClass object.

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

구문

‘선언
Public Overridable Property Description As String 
    Get 
    Set
‘사용 방법
Dim instance As ForEachLoopClass 
Dim value As String 

value = instance.Description

instance.Description = value
public virtual string Description { get; set; }
public:
virtual property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set 
override Description : string with get, set
function get Description () : String 
function set Description (value : String)

속성 값

유형: System.String
A String that contains the description given to the container.

구현

IDTSName100.Description

참고 항목

참조

ForEachLoopClass 클래스

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