SqlClrDeployTask.Code 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 Code As ITaskItem()
public ITaskItem[] Code { get; set; }
public:
property array<ITaskItem^>^ Code {
array<ITaskItem^>^ get ();
void set (array<ITaskItem^>^ value);
}
member Code : ITaskItem[] with get, set
function get Code () : ITaskItem[]
function set Code (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.