Compartilhar via


Propriedade DeploymentProjectBuilder.InputContributorFiles

Obtém uma lista de arquivos de entrada do Colaborador.

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

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

DeploymentProjectBuilder Classe

Namespace Microsoft.Data.Schema.Build