Share via


SchemaDeployment.ContributorConfiguration Property

Gets the list of files that contain contributor configurations.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ContributorConfiguration As IList(Of DeploymentContributorConfigurationFile)
public IList<DeploymentContributorConfigurationFile> ContributorConfiguration { get; }
public:
property IList<DeploymentContributorConfigurationFile^>^ ContributorConfiguration {
    IList<DeploymentContributorConfigurationFile^>^ get ();
}
member ContributorConfiguration : IList<DeploymentContributorConfigurationFile>
function get ContributorConfiguration () : IList<DeploymentContributorConfigurationFile>

Property Value

Type: System.Collections.Generic.IList<DeploymentContributorConfigurationFile>
A list of configuration files.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DeploymentContributorConfigurationFile