Condividi tramite


Costruttore CollectionSet (CollectorConfigStore, String)

Inizializza un'istanza di un oggetto CollectionSet in base a un oggetto CollectorConfigStore padre e un nome set di raccolta.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    store As CollectorConfigStore, _
    name As String _
)
'Utilizzo
Dim store As CollectorConfigStore
Dim name As String

Dim instance As New CollectionSet(store, name)
public CollectionSet(
    CollectorConfigStore store,
    string name
)
public:
CollectionSet(
    CollectorConfigStore^ store, 
    String^ name
)
new : 
        store:CollectorConfigStore * 
        name:string -> CollectionSet
public function CollectionSet(
    store : CollectorConfigStore, 
    name : String
)

Parametri

  • name
    Tipo: System. . :: . .String
    Un oggetto String che costituisce il nome del set di raccolta. Questo nome è univoco per ogni archivio dell'agente di raccolta dati.

Osservazioni

Constructor given a [CollectorConfigStore] object.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.