HelpContextAttribute Class
Defines a HelpContextAttribute attribute for the HelpContextAttribute class.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
구문
‘선언
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Field, AllowMultiple:=False)> _
Public NotInheritable Class HelpContextAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple=false)]
public sealed class HelpContextAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Field, AllowMultiple=false)]
public ref class HelpContextAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple=false) */
public final class HelpContextAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple=false)
public final class HelpContextAttribute extends Attribute
주의
Attributes enable programmers to attach custom information to various program entities and retrieve attribute information in a run-time environment. In the runtime, a custom attribute, such as HelpContextAttribute, allows you to use this property to signal and display context-sensitive Help for an application.
The HelpContextAttribute inherits from the attribute class in the Microsoft .NET Framework.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Design.HelpContextAttribute
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
HelpContextAttribute Members
Microsoft.SqlServer.Dts.Design Namespace