Delen via


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

See Also

Reference

SqlClrDeployTask Class

Microsoft.Data.Schema.Tasks.Sql Namespace