DeploymentProjectBuilder.InputContributorFiles (Propiedad)

Obtiene una lista de archivos de colaborador de entrada.

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

Sintaxis

'Declaración
Public ReadOnly Property InputContributorFiles As IList(Of DeploymentContributorConfigurationFile)
    Get
public IList<DeploymentContributorConfigurationFile> InputContributorFiles { get; }
public:
property IList<DeploymentContributorConfigurationFile^>^ InputContributorFiles {
    IList<DeploymentContributorConfigurationFile^>^ get ();
}
member InputContributorFiles : IList<DeploymentContributorConfigurationFile>
function get InputContributorFiles () : IList<DeploymentContributorConfigurationFile>

Valor de propiedad

Tipo: System.Collections.Generic.IList<DeploymentContributorConfigurationFile>

Seguridad de .NET Framework

Vea también

Referencia

DeploymentProjectBuilder Clase

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