ScriptCollectorCollection.ScriptCollector Property

Gets or sets the current ScripCollectorInfo of the script.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Property ScriptCollector As ScriptCollectorInfo()
    Get
    Set
'Usage
Dim instance As ScriptCollectorCollection
Dim value As ScriptCollectorInfo()

value = instance.ScriptCollector

instance.ScriptCollector = value
public ScriptCollectorInfo[] ScriptCollector { get; set; }
public:
property array<ScriptCollectorInfo^>^ ScriptCollector {
    array<ScriptCollectorInfo^>^ get ();
    void set (array<ScriptCollectorInfo^>^ value);
}
member ScriptCollector : ScriptCollectorInfo[] with get, set
function get ScriptCollector () : ScriptCollectorInfo[]
function set ScriptCollector (value : ScriptCollectorInfo[])

Property Value

Type: array<Microsoft.SqlServer.Management.ScriptCollectorInfo[]
The current ScripCollectorInfo of the script.