SSISScriptComponentEntryPointAttribute クラス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
SSIS スクリプト コンポーネントのエントリ ポイントの属性を表します。
継承階層
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.TxScript (Microsoft.SqlServer.TxScript.dll)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct)> _
Public Class SSISScriptComponentEntryPointAttribute _
Inherits Attribute
'使用
Dim instance As SSISScriptComponentEntryPointAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)]
public class SSISScriptComponentEntryPointAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct)]
public ref class SSISScriptComponentEntryPointAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)>]
type SSISScriptComponentEntryPointAttribute =
class
inherit Attribute
end
public class SSISScriptComponentEntryPointAttribute extends Attribute
SSISScriptComponentEntryPointAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SSISScriptComponentEntryPointAttribute | インフラストラクチャです。 SSISScriptComponentEntryPointAttribute クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
TypeId | (Attribute から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Attribute から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Attribute から継承されています。) | |
GetType | (Object から継承されています。) | |
IsDefaultAttribute | (Attribute から継承されています。) | |
Match | (Attribute から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
_Attribute.GetIDsOfNames | (Attribute から継承されています。) | |
_Attribute.GetTypeInfo | (Attribute から継承されています。) | |
_Attribute.GetTypeInfoCount | (Attribute から継承されています。) | |
_Attribute.Invoke | (Attribute から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。