Partager via


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

Voir aussi

Référence

VSDBCmdServices Classe

Microsoft.Data.Schema.Build, espace de noms