SsisProject Class

Definition

Ssis project.

[Newtonsoft.Json.JsonObject("Project")]
public class SsisProject : Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadata
[<Newtonsoft.Json.JsonObject("Project")>]
type SsisProject = class
    inherit SsisObjectMetadata
Public Class SsisProject
Inherits SsisObjectMetadata
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SsisProject()

Initializes a new instance of the SsisProject class.

SsisProject(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, IList<SsisEnvironmentReference>, IList<SsisParameter>)

Initializes a new instance of the SsisProject class.

Properties

Description

Gets or sets metadata description.

(Inherited from SsisObjectMetadata)
EnvironmentRefs

Gets or sets environment reference in project

FolderId

Gets or sets folder id which contains project.

Id

Gets or sets metadata id.

(Inherited from SsisObjectMetadata)
Name

Gets or sets metadata name.

(Inherited from SsisObjectMetadata)
Parameters

Gets or sets parameters in project

Version

Gets or sets project version.

Applies to