PSDataset Constructors
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.
Overloads
PSDataset() | |
PSDataset(Dataset) |
PSDataset()
public PSDataset ();
Public Sub New ()
Applies to
PSDataset(Dataset)
public PSDataset (Microsoft.Azure.Management.DataFactories.Models.Dataset dataset);
new Microsoft.Azure.Commands.DataFactories.Models.PSDataset : Microsoft.Azure.Management.DataFactories.Models.Dataset -> Microsoft.Azure.Commands.DataFactories.Models.PSDataset
Public Sub New (dataset As Dataset)
Parameters
- dataset
- Dataset