Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the deployment process in Visual Studio to give your code an opportunity to collect configuration information from the provided files.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyDeploymentConfiguration ( _
context As DeploymentContributorContext, _
configurationFiles As ICollection(Of DeploymentContributorConfigurationFile) _
)
protected virtual void OnApplyDeploymentConfiguration(
DeploymentContributorContext context,
ICollection<DeploymentContributorConfigurationFile> configurationFiles
)
protected:
virtual void OnApplyDeploymentConfiguration(
DeploymentContributorContext^ context,
ICollection<DeploymentContributorConfigurationFile^>^ configurationFiles
)
abstract OnApplyDeploymentConfiguration :
context:DeploymentContributorContext *
configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit
override OnApplyDeploymentConfiguration :
context:DeploymentContributorContext *
configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit
protected function OnApplyDeploymentConfiguration(
context : DeploymentContributorContext,
configurationFiles : ICollection<DeploymentContributorConfigurationFile>
)
Parameters
- context
Type: Microsoft.Data.Schema.Build.DeploymentContributorContext
A DeploymentContributorContext object.
- configurationFiles
Type: System.Collections.Generic.ICollection<DeploymentContributorConfigurationFile>
An ICollection<T> of DeploymentContributorConfigurationFile objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.