Property.ISfcProperty.Type 属性

Gets the type of property.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Private ReadOnly Property Type As Type 
    Implements ISfcProperty.Type 
    Get
用法
Dim instance As [Property]
Dim value As Type 

value = CType(instance, ISfcProperty).Type
Type ISfcProperty.Type { get; }
private:
virtual property Type^ Type {
    Type^ get () sealed = ISfcProperty::Type::get;
}
private abstract Type : Type 
private override Type : Type
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Type
A Type system object value that specifies the type of property.

实现

ISfcProperty.Type

示例

设置属性

请参阅

参考

Property 类

Microsoft.SqlServer.Management.Smo 命名空间