In This Topic
Gets or sets the name of the table partition from a partitioned table to load data into.
Syntax
'Declaration
Public Property PartitionName As String
public string PartitionName {get; set;}
Property Value
The name of the table partition from a partitioned table to load data into.
See Also