Partilhar via


Método VSDBCmdServices.GetSetableDeployProperties

Retorna uma lista das propriedades de implantação que podem ser definidos no tipo de destino especificado.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Function GetSetableDeployProperties ( _
    optionsType As Type _
) As IDictionary(Of String, PropertyInfo)
public IDictionary<string, PropertyInfo> GetSetableDeployProperties(
    Type optionsType
)
public:
IDictionary<String^, PropertyInfo^>^ GetSetableDeployProperties(
    Type^ optionsType
)
member GetSetableDeployProperties : 
        optionsType:Type -> IDictionary<string, PropertyInfo> 
public function GetSetableDeployProperties(
    optionsType : Type
) : IDictionary<String, PropertyInfo>

Parâmetros

  • optionsType
    Tipo: System.Type
    O tipo de propriedades a serem retornadas.

Valor de retorno

Tipo: System.Collections.Generic.IDictionary<String, PropertyInfo>

Comentários

Isso inclui as propriedades herdadas.

Segurança do .NET Framework

Consulte também

Referência

VSDBCmdServices Classe

Namespace Microsoft.Data.Schema.Build