你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SalesforceServiceCloudV2ObjectDataset Class
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.
The Salesforce Service Cloud V2 object dataset.
public class SalesforceServiceCloudV2ObjectDataset : Azure.ResourceManager.DataFactory.Models.DataFactoryDatasetProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SalesforceServiceCloudV2ObjectDataset>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SalesforceServiceCloudV2ObjectDataset>
public class SalesforceServiceCloudV2ObjectDataset : Azure.ResourceManager.DataFactory.Models.DataFactoryDatasetProperties
type SalesforceServiceCloudV2ObjectDataset = class
inherit DataFactoryDatasetProperties
interface IJsonModel<SalesforceServiceCloudV2ObjectDataset>
interface IPersistableModel<SalesforceServiceCloudV2ObjectDataset>
type SalesforceServiceCloudV2ObjectDataset = class
inherit DataFactoryDatasetProperties
Public Class SalesforceServiceCloudV2ObjectDataset
Inherits DataFactoryDatasetProperties
Implements IJsonModel(Of SalesforceServiceCloudV2ObjectDataset), IPersistableModel(Of SalesforceServiceCloudV2ObjectDataset)
Public Class SalesforceServiceCloudV2ObjectDataset
Inherits DataFactoryDatasetProperties
- Inheritance
- Implements
Constructors
SalesforceServiceCloudV2ObjectDataset(DataFactoryLinkedServiceReference) |
Initializes a new instance of SalesforceServiceCloudV2ObjectDataset. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Annotations |
List of tags that can be used for describing the Dataset. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Description |
Dataset description. (Inherited from DataFactoryDatasetProperties) |
FolderName |
The name of the folder that this Dataset is in. (Inherited from DataFactoryDatasetProperties) |
LinkedServiceName |
Linked service reference. (Inherited from DataFactoryDatasetProperties) |
ObjectApiName |
The Salesforce Service Cloud V2 object API name. Type: string (or Expression with resultType string). |
Parameters |
Parameters for dataset. (Inherited from DataFactoryDatasetProperties) |
ReportId |
The Salesforce Service Cloud V2 reportId. Type: string (or Expression with resultType string). |
Schema |
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. (Inherited from DataFactoryDatasetProperties) |
Structure |
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. (Inherited from DataFactoryDatasetProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryDatasetProperties) |