共用方式為


SsisFolder Constructors

Definition

Overloads

SsisFolder()

Initializes a new instance of the SsisFolder class.

SsisFolder(Nullable<Int64>, String, String)

Initializes a new instance of the SsisFolder class.

SsisFolder()

Initializes a new instance of the SsisFolder class.

public SsisFolder ();
Public Sub New ()

Applies to

SsisFolder(Nullable<Int64>, String, String)

Initializes a new instance of the SsisFolder class.

public SsisFolder (long? id = default, string name = default, string description = default);
new Microsoft.Azure.Management.Synapse.Models.SsisFolder : Nullable<int64> * string * string -> Microsoft.Azure.Management.Synapse.Models.SsisFolder
Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing)

Parameters

id
Nullable<Int64>

Metadata id.

name
String

Metadata name.

description
String

Metadata description.

Applies to