SsisProject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ssis project.
[Newtonsoft.Json.JsonObject("Project")]
public class SsisProject : Microsoft.Azure.Management.Synapse.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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET