共用方式為


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)