SapHanaPartitionSettings 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
SapHanaPartitionSettings() |
Initializes a new instance of the SapHanaPartitionSettings class. |
SapHanaPartitionSettings(Object) |
Initializes a new instance of the SapHanaPartitionSettings class. |
SapHanaPartitionSettings()
Initializes a new instance of the SapHanaPartitionSettings class.
public SapHanaPartitionSettings ();
Public Sub New ()
Applies to
SapHanaPartitionSettings(Object)
Initializes a new instance of the SapHanaPartitionSettings class.
public SapHanaPartitionSettings (object partitionColumnName = default);
new Microsoft.Azure.Management.DataFactory.Models.SapHanaPartitionSettings : obj -> Microsoft.Azure.Management.DataFactory.Models.SapHanaPartitionSettings
Public Sub New (Optional partitionColumnName As Object = Nothing)
Parameters
- partitionColumnName
- Object
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).