Compartir a través de


SchemaDeployment.ContributorConfiguration (Propiedad)

Obtiene la lista de archivos que contiene las configuraciones del colaborador.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.IList<DeploymentContributorConfigurationFile>
Una lista de archivos de configuración.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeployment Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

DeploymentContributorConfigurationFile