Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.