Credential.MappedClassType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the class associated with the credential.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix, 
    "None")]
public MappedClassType MappedClassType { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix, 
    "None")]
property MappedClassType MappedClassType {
    MappedClassType get();
    void set(MappedClassType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix,
    "None")>]
member MappedClassType : MappedClassType with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix,
    "None")>
Public Property MappedClassType As MappedClassType

Property Value

Type: Microsoft.SqlServer.Management.Smo.MappedClassType

A MappedClassType value that specifies the type of class associated with the credential.

Examples

Legacy Code Example

Setting Properties

See Also

Credential Class
Microsoft.SqlServer.Management.Smo Namespace
CREATE CREDENTIAL (Transact-SQL)
Credentials (Database Engine)

Return to top