PropertyType 属性
Gets the property type.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property PropertyType As Type
Get
用法
Dim instance As SqlPropertyInfo
Dim value As Type
value = instance.PropertyType
public Type PropertyType { get; }
public:
property Type^ PropertyType {
Type^ get ();
}
member PropertyType : Type
function get PropertyType () : Type
属性值
类型:System. . :: . .Type
A Type system object value that specifies the property type.