次の方法で共有


SybaseAuthenticationType 構造体

定義

接続に使用する AuthenticationType。

public readonly struct SybaseAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SybaseAuthenticationType>
type SybaseAuthenticationType = struct
Public Structure SybaseAuthenticationType
Implements IEquatable(Of SybaseAuthenticationType)
継承
SybaseAuthenticationType
実装

コンストラクター

SybaseAuthenticationType(String)

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

プロパティ

Basic

基本。

Windows

Windows。

メソッド

Equals(SybaseAuthenticationType)

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

ToString()

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

演算子

Equality(SybaseAuthenticationType, SybaseAuthenticationType)

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

Implicit(String to SybaseAuthenticationType)

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

Inequality(SybaseAuthenticationType, SybaseAuthenticationType)

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

適用対象