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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间