CollectionItem(CollectionSet, String) Construtor
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.
Criar uma instância de um item de coleção dado o conjunto de coleções e um nome de item
<param name="set">The parent collection set</param param><name="name">The name of the collection item</param>public CollectionItem(Microsoft.SqlServer.Management.Collector.CollectionSet set, string name);
new Microsoft.SqlServer.Management.Collector.CollectionItem : Microsoft.SqlServer.Management.Collector.CollectionSet * string -> Microsoft.SqlServer.Management.Collector.CollectionItem
Public Sub New (set As CollectionSet, name As String)
Parâmetros
- set
- CollectionSet
- name
- String