你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SsisProject 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SsisProject() |
初始化 SsisProject 类的新实例。 |
SsisProject(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, IList<SsisEnvironmentReference>, IList<SsisParameter>) |
初始化 SsisProject 类的新实例。 |
SsisProject()
初始化 SsisProject 类的新实例。
public SsisProject ();
Public Sub New ()
适用于
SsisProject(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, IList<SsisEnvironmentReference>, IList<SsisParameter>)
初始化 SsisProject 类的新实例。
public SsisProject (long? id = default, string name = default, string description = default, long? folderId = default, long? version = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.SsisEnvironmentReference> environmentRefs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.SsisParameter> parameters = default);
new Microsoft.Azure.Management.Synapse.Models.SsisProject : Nullable<int64> * string * string * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.SsisEnvironmentReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.SsisParameter> -> Microsoft.Azure.Management.Synapse.Models.SsisProject
Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional folderId As Nullable(Of Long) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional environmentRefs As IList(Of SsisEnvironmentReference) = Nothing, Optional parameters As IList(Of SsisParameter) = Nothing)
参数
- name
- String
元数据名称。
- description
- String
元数据说明。
- environmentRefs
- IList<SsisEnvironmentReference>
项目中的环境引用
- parameters
- IList<SsisParameter>
项目中的参数