SfcIgnoreAttribute クラス
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
継承階層
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcIgnoreAttribute
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property, Inherited := True, _
AllowMultiple := False)> _
Public Class SfcIgnoreAttribute _
Inherits SfcRelationshipAttribute
'使用
Dim instance As SfcIgnoreAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)]
public class SfcIgnoreAttribute : SfcRelationshipAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Property, Inherited = true,
AllowMultiple = false)]
public ref class SfcIgnoreAttribute : public SfcRelationshipAttribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property, Inherited = true,
AllowMultiple = false)>]
type SfcIgnoreAttribute =
class
inherit SfcRelationshipAttribute
end
public class SfcIgnoreAttribute extends SfcRelationshipAttribute
SfcIgnoreAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SfcIgnoreAttribute | このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Cardinality | 親とのリレーションシップにおける、型の基数を取得または設定します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 (SfcRelationshipAttribute から継承されています。) | |
ContainsType | コンテナーが保持する型を取得または設定します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 (SfcRelationshipAttribute から継承されています。) | |
Relationship | 親とのリレーションシップを取得または設定します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 (SfcRelationshipAttribute から継承されています。) | |
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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。