Свойство 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)

Учетные данные (компонент Database Engine)