你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SsisProject 构造函数

定义

重载

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)

参数

id
Nullable<Int64>

元数据 ID。

name
String

元数据名称。

description
String

元数据说明。

folderId
Nullable<Int64>

包含项目的文件夹 ID。

version
Nullable<Int64>

项目版本。

environmentRefs
IList<SsisEnvironmentReference>

项目中的环境引用

parameters
IList<SsisParameter>

项目中的参数

适用于