VSDBCmdServices.GetSetableDeployProperties (Método)

Devuelve una lista de las propiedades de implementación que se pueden establecer en el tipo de destino especificado.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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
    Tipo de propiedades que se van a devolver.

Valor devuelto

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

Comentarios

Esto incluye propiedades heredadas.

Seguridad de .NET Framework

Vea también

Referencia

VSDBCmdServices Clase

Microsoft.Data.Schema.Build (Espacio de nombres)