Share via


Credential.MappedClassType Property

Gets or sets the class associated with the credential.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property MappedClassType As MappedClassType
    Get
    Set
'Usage
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)

Property Value

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