DtsTaskAttribute 클래스
Supplies design time information about a Task object.
상속 계층
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Runtime.DtsTaskAttribute
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsTaskAttribute _
Inherits DtsLocalizableAttribute
‘사용 방법
Dim instance As DtsTaskAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class DtsTaskAttribute : DtsLocalizableAttribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = false)]
public ref class DtsTaskAttribute sealed : public DtsLocalizableAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)>]
type DtsTaskAttribute =
class
inherit DtsLocalizableAttribute
end
public final class DtsTaskAttribute extends DtsLocalizableAttribute
DtsTaskAttribute 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
DtsTaskAttribute | Initializes a new instance of the DtsTaskAttribute class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Description | 인프라입니다. Gets or sets the description of the DtsLocalizableAttribute. (DtsLocalizableAttribute에서 상속됨) | |
DisplayName | 인프라입니다. Gets or sets the display name of the DtsLocalizableAttribute. (DtsLocalizableAttribute에서 상속됨) | |
HelpCollection | Gets or sets the help collection from which to retrieve the help. | |
HelpKeyword | Gets or sets the help keyword associated with the task object. | |
IconResource | Gets or sets the icon associated with the task object. | |
LocalizationType | 인프라입니다. Gets or sets the class that supplies values for the DtsLocalizableAttribute. (DtsLocalizableAttribute에서 상속됨) | |
RequiredProductLevel | Gets or sets a value from the DTSProductLevel enumeration so you can specify a specific product that this task is used with in the attribute. | |
SamplesTag | Gets or sets the samples tag from the task. | |
TaskContact | Gets or sets the contact information for the task. | |
TaskType | Gets or sets the type of the task. | |
TypeId | (Attribute에서 상속됨) | |
UITypeName | Specifies the qualified name of the assembly that implements the user interface of the task. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Attribute에서 상속됨) | |
GetHashCode | (Attribute에서 상속됨) | |
GetType | (Object에서 상속됨) | |
IsDefaultAttribute | (Attribute에서 상속됨) | |
Match | (Attribute에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
_Attribute.GetIDsOfNames | (Attribute에서 상속됨) | |
_Attribute.GetTypeInfo | (Attribute에서 상속됨) | |
_Attribute.GetTypeInfoCount | (Attribute에서 상속됨) | |
_Attribute.Invoke | (Attribute에서 상속됨) |
맨 위로 이동
주의
This attribute is applied to managed tasks that are derived from Task. The attribute identifies a class as a managed task and provides information through its properties that control how the SSIS Designer displays and interacts with the object.
The DisplayName property is displayed in the Toolbox of tasks in the SQL Server Data Tools(SSDT).
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.