SqlDeployTask.SqlCommandVariableOverrides Property
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.Data.Schema.Tasks.Sql
Assembly: Microsoft.Data.Schema.Tasks.Sql (in Microsoft.Data.Schema.Tasks.Sql.dll)
Syntax
'Declaration
Public Property SqlCommandVariableOverrides As ITaskItem()
public ITaskItem[] SqlCommandVariableOverrides { get; set; }
public:
property array<ITaskItem^>^ SqlCommandVariableOverrides {
array<ITaskItem^>^ get ();
void set (array<ITaskItem^>^ value);
}
member SqlCommandVariableOverrides : ITaskItem[] with get, set
function get SqlCommandVariableOverrides () : ITaskItem[]
function set SqlCommandVariableOverrides (value : ITaskItem[])
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
.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.