SqlBuildTask.OnAddProperties Method
Called to add SQL project properties.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
Protected Overrides Sub OnAddProperties ( _
projectProperties As Dictionary(Of String, String) _
)
'Usage
Dim projectProperties As Dictionary(Of String, String)
Me.OnAddProperties(projectProperties)
protected override void OnAddProperties(
Dictionary<string, string> projectProperties
)
protected:
virtual void OnAddProperties(
Dictionary<String^, String^>^ projectProperties
) override
protected override function OnAddProperties(
projectProperties : Dictionary<String, String>
)
abstract OnAddProperties :
projectProperties:Dictionary<string, string> -> unit
override OnAddProperties :
projectProperties:Dictionary<string, string> -> unit
Parameters
- projectProperties
Type: System.Collections.Generic.Dictionary<String, String>
The list of project properties
.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.