SchemaDeployment.ContributorConfiguration, propriété
Obtient la liste des fichiers qui contiennent des configurations de collaborateur.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ContributorConfiguration As IList(Of DeploymentContributorConfigurationFile)
Get
public IList<DeploymentContributorConfigurationFile> ContributorConfiguration { get; }
public:
property IList<DeploymentContributorConfigurationFile^>^ ContributorConfiguration {
IList<DeploymentContributorConfigurationFile^>^ get ();
}
member ContributorConfiguration : IList<DeploymentContributorConfigurationFile>
function get ContributorConfiguration () : IList<DeploymentContributorConfigurationFile>
Valeur de propriété
Type : System.Collections.Generic.IList<DeploymentContributorConfigurationFile>
Liste des fichiers de configuration.
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.