Freigeben über


DeploymentProjectBuilder.InputContributorFiles-Eigenschaft

Ruft eine Liste von Eingabemitwirkendendateien ab.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentProjectBuilder Klasse

Microsoft.Data.Schema.Build-Namespace