DeploymentContributorContext Constructor (Dictionary<String, String>)
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
arguments As Dictionary(Of String, String) _
)
public DeploymentContributorContext(
Dictionary<string, string> arguments
)
public:
DeploymentContributorContext(
Dictionary<String^, String^>^ arguments
)
new :
arguments:Dictionary<string, string> -> DeploymentContributorContext
public function DeploymentContributorContext(
arguments : Dictionary<String, String>
)
Parameters
- arguments
Type: System.Collections.Generic.Dictionary<String, String>
.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.
See Also
Reference
DeploymentContributorContext Class