Partager via


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

Voir aussi

Référence

SchemaDeployment Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentContributorConfigurationFile