CollectionSet Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| CollectionSet() |
Construtor padrão usado para desserialização e para a fábrica CollectionSet deve ter um construtor público sem parâmetros para usá-lo como parâmetro 'TDcInstance' no tipo genérico ou método 'Microsoft. SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance |
| CollectionSet(CollectorConfigStore, String) |
Inicializar uma instância de um CollectionSet dado um objeto CollectorConfigStore como um pai e um nome <param name="store">The parent config store</param param><name="name">The name of the collection set</param> |
CollectionSet()
Construtor padrão usado para desserialização e para a fábrica
CollectionSet deve ter um construtor público sem parâmetros para usá-lo como parâmetro 'TDcInstance' no tipo genérico ou método 'Microsoft. SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance
public CollectionSet();
Public Sub New ()
Aplica-se a
CollectionSet(CollectorConfigStore, String)
Inicializar uma instância de um CollectionSet dado um objeto CollectorConfigStore como um pai e um nome
<param name="store">The parent config store</param param><name="name">The name of the collection set</param>public CollectionSet(Microsoft.SqlServer.Management.Collector.CollectorConfigStore store, string name);
new Microsoft.SqlServer.Management.Collector.CollectionSet : Microsoft.SqlServer.Management.Collector.CollectorConfigStore * string -> Microsoft.SqlServer.Management.Collector.CollectionSet
Public Sub New (store As CollectorConfigStore, name As String)
Parâmetros
- store
- CollectorConfigStore
- name
- String