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

返回对象的标识路径

(继承自 SfcInstance)
Metadata (继承自 SfcInstance)
Parent

父级不是保留本地的内容,它从密钥链中隐含父级的概念,即父级的概念真正关系到父级和根目录下,如果我们只通过父级执行此操作,则我们不能仅实例化具有轻型 SfcKeyChain 集的对象

将父级设置为帮助程序操作可以设置密钥链

(继承自 SfcInstance)
Properties (继承自 SfcInstance)
PropertyStorageProvider

此属性返回 ISfcPropertyStorageProvider 接口的默认实现,可以在子类中重写它以返回另一个存储提供程序(即平面属性列表)

(继承自 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)

适用于