RedirectIncompatibleRowSettings(Object) Constructor
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.
Initializes a new instance of RedirectIncompatibleRowSettings.
public RedirectIncompatibleRowSettings (object linkedServiceName);
new Azure.Analytics.Synapse.Artifacts.Models.RedirectIncompatibleRowSettings : obj -> Azure.Analytics.Synapse.Artifacts.Models.RedirectIncompatibleRowSettings
Public Sub New (linkedServiceName As Object)
Parameters
- linkedServiceName
- Object
Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
Exceptions
linkedServiceName
is null.