次の方法で共有


User.AuthenticationType プロパティ

ユーザーを認証するためのメカニズムについて説明する文字列値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AuthenticationType As AuthenticationType 
    Get
'使用
Dim instance As User 
Dim value As AuthenticationType 

value = instance.AuthenticationType
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AuthenticationType AuthenticationType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AuthenticationType AuthenticationType {
    AuthenticationType get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AuthenticationType : AuthenticationType
function get AuthenticationType () : AuthenticationType

プロパティ値

型: Microsoft.SqlServer.Management.Smo.AuthenticationType
ユーザーを認証するためのメカニズム。

関連項目

参照

User クラス

Microsoft.SqlServer.Management.Smo 名前空間