EvaluationDetail クラス

定義

public sealed class EvaluationDetail : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
type EvaluationDetail = class
    inherit SfcInstance
Public NotInheritable Class EvaluationDetail
Inherits SfcInstance
継承
EvaluationDetail

コンストラクター

名前 説明
EvaluationDetail()

プロパティ

名前 説明
AbstractIdentityKey (継承元 SfcInstance)
EvaluationDate
Exception
HistoryId
ID
IdentityKey
KeyChain

オブジェクトの ID パスを返します。

(継承元 SfcInstance)
Metadata (継承元 SfcInstance)
Parent
Properties (継承元 SfcInstance)
PropertyStorageProvider

このプロパティは、ISfcPropertyStorageProvider インターフェイスの SFC の既定の実装を返します。子クラスでオーバーライドして、別のストレージ プロバイダー (フラット プロパティ リスト) を返すことができます。

(継承元 SfcInstance)
Result
ResultDetail
State (継承元 SfcInstance)
TargetQueryExpression
Urn

各要求に新しい Urn 文字列を作成し、それを返します。

(継承元 SfcInstance)

メソッド

名前 説明
AlterImpl() (継承元 SfcInstance)
CheckObjectCreated()

API でオブジェクトを CheckObjectState よりも厳密に作成する必要がある場合に、ドメインから呼び出す

(継承元 SfcInstance)
CheckObjectState()

オブジェクトへのアクセスのためにドメインから呼び出す

(継承元 SfcInstance)
CreateIdentityKey() (継承元 SfcInstance)
CreateImpl() (継承元 SfcInstance)
Discover(ISfcDependencyDiscoveryObjectSink) (継承元 SfcInstance)
DropImpl() (継承元 SfcInstance)
GetChildCollection(String)

指定された要素名の文字列に対して、このインスタンスの子コレクションを取得します。

(継承元 SfcInstance)
GetDomain() (継承元 SfcInstance)
GetObjectFactory()
GetPropertySet() (継承元 SfcInstance)
GetTypeMetadataImpl() (継承元 SfcInstance)
InitializeUIPropertyState()

状態の初期化を気にする子オブジェクト (現在は "" である動的メタデータ) からオーバーライドできます。Enabled" プロパティ)

(継承元 SfcInstance)
MarkForDropImpl(Boolean) (継承元 SfcInstance)
MarkRootAsConnected() (継承元 SfcInstance)
MoveImpl(SfcInstance) (継承元 SfcInstance)
OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) (継承元 SfcInstance)
OnPropertyValueChanges(PropertyChangedEventArgs) (継承元 SfcInstance)
PostAlter(Object) (継承元 SfcInstance)
PostCreate(Object) (継承元 SfcInstance)
PostDrop(Object) (継承元 SfcInstance)
PostMove(Object) (継承元 SfcInstance)
PostRename(Object) (継承元 SfcInstance)
Refresh()

オブジェクトのプロパティをサーバーから読み取って更新します。

(継承元 SfcInstance)
RenameImpl(SfcKey) (継承元 SfcInstance)
ResetKey() (継承元 SfcInstance)
Serialize(XmlWriter) (継承元 SfcInstance)
ToString() (継承元 SfcInstance)
UpdateUIPropertyState() (継承元 SfcInstance)
Validate()

基本的な子オブジェクトの検証

(継承元 SfcInstance)

イベント

名前 説明
propertyChanged (継承元 SfcInstance)
PropertyChanged (継承元 SfcInstance)
propertyMetadataChanged (継承元 SfcInstance)
PropertyMetadataChanged (継承元 SfcInstance)

適用対象