Właściwość Credential.MappedClassType
Pobiera lub ustawia klasy powiązanej z poświadczeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "None")> _
Public Property MappedClassType As MappedClassType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.MappedClassType
A MappedClassType wartość, która określa typ klasy powiązanej z poświadczeń.
Zobacz także