Freigeben über


SchemaDeployment.ContributorConfiguration-Eigenschaft

Ruft die Liste der Dateien ab, die Konfigurationen Mitwirkender enthalten.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<DeploymentContributorConfigurationFile>
Eine Liste der Konfigurationsdateien.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentContributorConfigurationFile