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

ScriptActivityLogDestination Struct

Definition

The destination of logs. Type: string.

public readonly struct ScriptActivityLogDestination : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityLogDestination>
type ScriptActivityLogDestination = struct
Public Structure ScriptActivityLogDestination
Implements IEquatable(Of ScriptActivityLogDestination)
Inheritance
ScriptActivityLogDestination
Implements

Constructors

ScriptActivityLogDestination(String)

Initializes a new instance of ScriptActivityLogDestination.

Properties

ActivityOutput

ActivityOutput.

ExternalStore

ExternalStore.

Methods

Equals(ScriptActivityLogDestination)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ScriptActivityLogDestination, ScriptActivityLogDestination)

Determines if two ScriptActivityLogDestination values are the same.

Implicit(String to ScriptActivityLogDestination)

Converts a String to a ScriptActivityLogDestination.

Inequality(ScriptActivityLogDestination, ScriptActivityLogDestination)

Determines if two ScriptActivityLogDestination values are not the same.

Applies to