PropertyDictionary 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.
Inicializa uma nova instância da classe PropertyDictionary.
Sobrecargas
| PropertyDictionary() |
Inicializa uma nova instância da classe PropertyDictionary com os valores de propriedade padrão. |
| PropertyDictionary(ISfcPropertyProvider) |
Inicializa uma nova instância da classe PropertyDictionary com o provedor especificado. |
| PropertyDictionary(IEnumerable<KeyValuePair<String,Object>>) |
Inicializa uma nova instância da classe PropertyDictionary com as propriedades especificadas. |
PropertyDictionary()
Inicializa uma nova instância da classe PropertyDictionary com os valores de propriedade padrão.
public:
PropertyDictionary();
public PropertyDictionary ();
Public Sub New ()
Aplica-se a
PropertyDictionary(ISfcPropertyProvider)
Inicializa uma nova instância da classe PropertyDictionary com o provedor especificado.
public:
PropertyDictionary(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertyProvider ^ provider);
public PropertyDictionary (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider provider);
new Microsoft.SqlServer.Management.Data.PropertyDictionary : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider -> Microsoft.SqlServer.Management.Data.PropertyDictionary
Public Sub New (provider As ISfcPropertyProvider)
Parâmetros
- provider
- ISfcPropertyProvider
Uma interface que gerencia o PropertyDictionary.
Aplica-se a
PropertyDictionary(IEnumerable<KeyValuePair<String,Object>>)
Inicializa uma nova instância da classe PropertyDictionary com as propriedades especificadas.
public:
PropertyDictionary(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ properties);
public PropertyDictionary (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> properties);
new Microsoft.SqlServer.Management.Data.PropertyDictionary : seq<System.Collections.Generic.KeyValuePair<string, obj>> -> Microsoft.SqlServer.Management.Data.PropertyDictionary
Public Sub New (properties As IEnumerable(Of KeyValuePair(Of String, Object)))
Parâmetros
- properties
- IEnumerable<KeyValuePair<String,Object>>
Uma interface que enumera o KeyValuePair da cadeia de caracteres especificada.