Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of deployment file tasks.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property DeploymentFiles As ITaskItem()
'Usage
Dim instance As DBSetupDeployTask
Dim value As ITaskItem()
value = instance.DeploymentFiles
[OutputAttribute]
public ITaskItem[] DeploymentFiles { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ DeploymentFiles {
array<ITaskItem^>^ get ();
}
public function get DeploymentFiles () : 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.