PlugInAttribute クラス
PlugInAttribute カスタム属性に関するランタイム情報を生成します。
継承階層
Object
Attribute
Microsoft.AnalysisServices.AdomdServer.PlugInAttribute
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public NotInheritable Class PlugInAttribute _
Inherits Attribute
'使用
Dim instance As PlugInAttribute
public sealed class PlugInAttribute : Attribute
public ref class PlugInAttribute sealed : public Attribute
[<SealedAttribute>]
type PlugInAttribute =
class
inherit Attribute
end
public final class PlugInAttribute extends Attribute
PlugInAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
PlugInAttribute | PlugInAttribute クラスの新しいインスタンスを初期化します。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
TypeId | (Attribute から継承されています。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
{dtor} | PlugInAttribute クラスの開いているインスタンスを終了します。 | |
Equals | (Attribute から継承されています。) | |
GetHashCode | (Attribute から継承されています。) | |
GetType | (Object から継承されています。) | |
IsDefaultAttribute | (Attribute から継承されています。) | |
Match | (Attribute から継承されています。) | |
ToString | (Object から継承されています。) |
このページのトップへ
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
System#Runtime#InteropServices#_Attribute#GetIDsOfNames | (Attribute から継承されています。) | |
System#Runtime#InteropServices#_Attribute#GetTypeInfo | (Attribute から継承されています。) | |
System#Runtime#InteropServices#_Attribute#GetTypeInfoCount | (Attribute から継承されています。) | |
System#Runtime#InteropServices#_Attribute#Invoke | (Attribute から継承されています。) |
このページのトップへ
説明
コードの属性の詳細については、「Extending Metadata Using Attributes」、「Attributes Overview」、「Writing Custom Attributes」、および「Retrieving Information Stored in Attributes」を参照してください。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。