SchemaDeployment.ContributorConfiguration - свойство
Получает список файлов, содержащих конфигурации участников.
Пространство имен: Microsoft.Data.Schema.Build
Сборка: Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)
Синтаксис
'Декларация
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>
Значение свойства
Тип: System.Collections.Generic.IList<DeploymentContributorConfigurationFile>
Список файлов конфигурации.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.