ScriptCollectorCollection 類別

定義

腳本中顯示目前的收藏清單。

public ref class ScriptCollectorCollection : 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 ScriptCollectorCollection : 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 ScriptCollectorCollection = class
    inherit ConfigurationSection
Public Class ScriptCollectorCollection
Inherits ConfigurationSection
繼承
ScriptCollectorCollection
屬性

建構函式

名稱 Description
ScriptCollectorCollection()

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

屬性

名稱 Description
LoadedFrom

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

(繼承來源 ConfigurationSection)
ResourceManager

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

(繼承來源 LocalizationManager)
ScriptCollector

取得或設定腳本目前的 ScripCollectorInfo。

Source

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

(繼承來源 ConfigurationSection)

適用於