다음을 통해 공유


Credential.MappedClassType 속성

Gets or sets the class associated with the credential.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")> _
Public Property MappedClassType As MappedClassType 
    Get 
    Set
‘사용 방법
Dim instance As Credential 
Dim value As MappedClassType 

value = instance.MappedClassType

instance.MappedClassType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")]
public MappedClassType MappedClassType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"None")]
public:
property MappedClassType MappedClassType {
    MappedClassType get ();
    void set (MappedClassType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")>]
member MappedClassType : MappedClassType with get, set
function get MappedClassType () : MappedClassType 
function set MappedClassType (value : MappedClassType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.MappedClassType
A MappedClassType value that specifies the type of class associated with the credential.

속성 설정

참고 항목

참조

Credential 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE CREDENTIAL(Transact-SQL)

자격 증명(데이터베이스 엔진)