SourceType 屬性

Gets the source type that is associated with the attribute.

命名空間:  Microsoft.SqlServer.Management.Facets
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public ReadOnly Property SourceType As Type
    Get
'用途
Dim instance As PropertySourceSubObjectTypeAttribute
Dim value As Type

value = instance.SourceType
public Type SourceType { get; }
public:
property Type^ SourceType {
    Type^ get ();
}
member SourceType : Type
function get SourceType () : Type

屬性值

型別:System. . :: . .Type
A Type object value that specifies the source type.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。