次の方法で共有


ServerTrustGroupPropertiesTrustScopesItem 構造体

定義

ServerTrustGroupPropertiesTrustScopesItem。

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

コンストラクター

ServerTrustGroupPropertiesTrustScopesItem(String)

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

プロパティ

GlobalTransactions

GlobalTransactions。

ServiceBroker

ServiceBroker。

メソッド

Equals(ServerTrustGroupPropertiesTrustScopesItem)

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

ToString()

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

演算子

Equality(ServerTrustGroupPropertiesTrustScopesItem, ServerTrustGroupPropertiesTrustScopesItem)

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

Implicit(String to ServerTrustGroupPropertiesTrustScopesItem)

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

Inequality(ServerTrustGroupPropertiesTrustScopesItem, ServerTrustGroupPropertiesTrustScopesItem)

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

適用対象