SsisEnvironment 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 environment.
[Newtonsoft.Json.JsonObject("Environment")]
public class SsisEnvironment : Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadata
[<Newtonsoft.Json.JsonObject("Environment")>]
type SsisEnvironment = class
inherit SsisObjectMetadata
Public Class SsisEnvironment
Inherits SsisObjectMetadata
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
SsisEnvironment() |
Initializes a new instance of the SsisEnvironment class. |
SsisEnvironment(Nullable<Int64>, String, String, Nullable<Int64>, IList<SsisVariable>) |
Initializes a new instance of the SsisEnvironment class. |
Properties
Description |
Gets or sets metadata description. (Inherited from SsisObjectMetadata) |
FolderId |
Gets or sets folder id which contains environment. |
Id |
Gets or sets metadata id. (Inherited from SsisObjectMetadata) |
Name |
Gets or sets metadata name. (Inherited from SsisObjectMetadata) |
Variables |
Gets or sets variable in environment |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET