ServerGroupParent クラス

定義

public abstract class ServerGroupParent : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
type ServerGroupParent = class
    inherit SfcInstance
Public MustInherit Class ServerGroupParent
Inherits SfcInstance
継承
ServerGroupParent
派生

コンストラクター

名前 説明
ServerGroupParent()

プロパティ

名前 説明
AbstractIdentityKey (継承元 SfcInstance)
KeyChain

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

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

親はローカルに保持されるものではありません。それはキーチェーンから暗示されています 親の概念は本当に親を介してのみこれを行う場合、ルートの下で階層化についてです。その後、軽量の SfcKeyChain セットのみでオブジェクトをインスタンス化することはできません

ヘルパー操作でキーチェーンを設定するための親の設定

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

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

(継承元 SfcInstance)
State (継承元 SfcInstance)
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)
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)

適用対象