你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SsisPropertyOverride Class

Definition

SSIS property override.

public class SsisPropertyOverride : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SsisPropertyOverride>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SsisPropertyOverride>
public class SsisPropertyOverride
type SsisPropertyOverride = class
    interface IJsonModel<SsisPropertyOverride>
    interface IPersistableModel<SsisPropertyOverride>
type SsisPropertyOverride = class
Public Class SsisPropertyOverride
Implements IJsonModel(Of SsisPropertyOverride), IPersistableModel(Of SsisPropertyOverride)
Public Class SsisPropertyOverride
Inheritance
SsisPropertyOverride
Implements

Constructors

SsisPropertyOverride(DataFactoryElement<String>)

Initializes a new instance of SsisPropertyOverride.

Properties

IsSensitive

Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true.

Value

SSIS package property override value. Type: string (or Expression with resultType string).

Explicit Interface Implementations

IJsonModel<SsisPropertyOverride>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SsisPropertyOverride>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SsisPropertyOverride>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisPropertyOverride>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SsisPropertyOverride>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to