SfcReferenceSelectorAttribute クラス
ソフト参照でもあるプロパティに適用できる有効な値を返すための属性を表します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
この API は、CLS に準拠していません。 CLS に準拠する代替が必要な場合は、[false] を使用してください。
継承階層
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcReferenceSelectorAttribute
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
<CLSCompliantAttribute(False)> _
Public Class SfcReferenceSelectorAttribute _
Inherits Attribute
'使用
Dim instance As SfcReferenceSelectorAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
[CLSCompliantAttribute(false)]
public class SfcReferenceSelectorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
[CLSCompliantAttribute(false)]
public ref class SfcReferenceSelectorAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
[<CLSCompliantAttribute(false)>]
type SfcReferenceSelectorAttribute =
class
inherit Attribute
end
public class SfcReferenceSelectorAttribute extends Attribute
SfcReferenceSelectorAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SfcReferenceSelectorAttribute | 指定したフィールドおよびパス式を使用して、SfcReferenceSelectorAttribute クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Arguments | PathExpression の引数を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
Field | クエリで返される必要があるフィールドを取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
PathExpression | 参照を解決するのに使用するパス式を取得します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。