ActionCollection 類別

定義

代表一組動作物件。

public ref class ActionCollection : Microsoft::SqlServer::Management::ConfigurationSection
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ActionCollection : Microsoft.SqlServer.Management.ConfigurationSection
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ActionCollection = class
    inherit ConfigurationSection
Public Class ActionCollection
Inherits ConfigurationSection
繼承
屬性

建構函式

名稱 Description
ActionCollection()

初始化 ActionCollection 類別的新執行個體。

屬性

名稱 Description
Action

取得或設定 ActionCollection 的動作。

LoadedFrom

在配置區段中取得或設定載入的表單。

(繼承來源 ConfigurationSection)
ResourceManager

取得或設定 ResourceManager 控制項的字串值。

(繼承來源 LocalizationManager)
Source

取得或設定區段的原始碼。

(繼承來源 ConfigurationSection)

適用於