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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.