Compartir a través de


Credential.MappedClassType Propiedad

Gets or sets the class associated with the credential.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")> _
Public Property MappedClassType As MappedClassType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

Credential Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE CREDENTIAL (Transact-SQL)

Credenciales (motor de base de datos)