다음을 통해 공유


MappedClassType 속성

Gets or sets the class associated with the credential.

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

구문

‘선언
<SfcPropertyAttribute> _
Public Property MappedClassType As MappedClassType
    Get
    Set
‘사용 방법
Dim instance As Credential
Dim value As MappedClassType

value = instance.MappedClassType

instance.MappedClassType = value
[SfcPropertyAttribute]
public MappedClassType MappedClassType { get; set; }
[SfcPropertyAttribute]
public:
property MappedClassType MappedClassType {
    MappedClassType get ();
    void set (MappedClassType value);
}
[<SfcPropertyAttribute>]
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.

예제

속성 설정