次の方法で共有


SqlAgentConfigurationPropertiesState 構造体

定義

Sql エージェントの状態。

public readonly struct SqlAgentConfigurationPropertiesState : IEquatable<Azure.ResourceManager.Sql.Models.SqlAgentConfigurationPropertiesState>
type SqlAgentConfigurationPropertiesState = struct
Public Structure SqlAgentConfigurationPropertiesState
Implements IEquatable(Of SqlAgentConfigurationPropertiesState)
継承
SqlAgentConfigurationPropertiesState
実装

コンストラクター

SqlAgentConfigurationPropertiesState(String)

SqlAgentConfigurationPropertiesState の新しいインスタンスを初期化します。

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(SqlAgentConfigurationPropertiesState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SqlAgentConfigurationPropertiesState, SqlAgentConfigurationPropertiesState)

2 つの SqlAgentConfigurationPropertiesState 値が同じかどうかを判断します。

Implicit(String to SqlAgentConfigurationPropertiesState)

文字列を SqlAgentConfigurationPropertiesState に変換します。

Inequality(SqlAgentConfigurationPropertiesState, SqlAgentConfigurationPropertiesState)

2 つの SqlAgentConfigurationPropertiesState 値が同じでないかどうかを判断します。

適用対象