Type 属性

Gets the type of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public ReadOnly Property Type As Type
    Get
用法
Dim instance As SfcProperty
Dim value As Type

value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
abstract Type : Type
override Type : Type
final function get Type () : Type

属性值

类型:System. . :: . .Type
A property object that represents the type of the property.

实现

ISfcProperty. . :: . .Type