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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET