認証の種類を取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property AuthenticationTypes As AuthenticationTypes
'使用
Dim instance As AuthenticationEndpointProtocolOption
Dim value As AuthenticationTypes
value = instance.AuthenticationTypes
instance.AuthenticationTypes = value
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
AuthenticationTypes get ();
void set (AuthenticationTypes value);
}
public function get AuthenticationTypes () : AuthenticationTypes
public function set AuthenticationTypes (value : AuthenticationTypes)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
AuthenticationTypes 列挙値を返します。
参照
参照
AuthenticationEndpointProtocolOption クラス