VSDBCmdServices.GetSetableDeployProperties, méthode
Retourne la liste des propriétés de déploiement qui peuvent être définies sur le type cible spécifié.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Paramètres
- optionsType
Type : System.Type
Type de propriétés à retourner.
Valeur de retour
Type : System.Collections.Generic.IDictionary<String, PropertyInfo>
Notes
Cela inclut des propriétés héritées.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.