다음을 통해 공유


SynapseSsisObjectMetadata Class

Definition

SSIS object metadata. Please note SynapseSsisObjectMetadata is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SynapseSsisEnvironment, SynapseSsisFolder, SynapseSsisPackage and SynapseSsisProject.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Synapse.Models.UnknownSsisObjectMetadata))]
public abstract class SynapseSsisObjectMetadata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseSsisObjectMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseSsisObjectMetadata>
public abstract class SynapseSsisObjectMetadata
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Synapse.Models.UnknownSsisObjectMetadata))>]
type SynapseSsisObjectMetadata = class
    interface IJsonModel<SynapseSsisObjectMetadata>
    interface IPersistableModel<SynapseSsisObjectMetadata>
type SynapseSsisObjectMetadata = class
Public MustInherit Class SynapseSsisObjectMetadata
Implements IJsonModel(Of SynapseSsisObjectMetadata), IPersistableModel(Of SynapseSsisObjectMetadata)
Public MustInherit Class SynapseSsisObjectMetadata
Inheritance
SynapseSsisObjectMetadata
Derived
Attributes
Implements

Constructors

SynapseSsisObjectMetadata()

Initializes a new instance of SynapseSsisObjectMetadata.

Properties

Description

Metadata description.

Id

Metadata id.

Name

Metadata name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseSsisObjectMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseSsisObjectMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseSsisObjectMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseSsisObjectMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseSsisObjectMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to