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
属性

コンストラクター

ScriptCollectorCollection()

ScriptCollectorCollection クラスの新しいインスタンスを初期化します。

プロパティ

LoadedFrom

構成セクションの読み込まれているフォームを取得します。値の設定も可能です。

(継承元 ConfigurationSection)
ResourceManager

ResourceManager コントロールの文字列値を取得します。値の設定も可能です。

(継承元 LocalizationManager)
ScriptCollector

スクリプトの現在の ScripCollectorInfo を取得します。値の設定も可能です。

Source

構成セクションのソースを取得します。値の設定も可能です。

(継承元 ConfigurationSection)

適用対象