PropertySourceSubObjectTypeAttribute 类
The PropertySourceSubObjectTypeAttribute class contains the represents the attribute that is attached to the property source sub-object type in policy-based management.
继承层次结构
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Facets..::..PropertySourceSubObjectTypeAttribute
命名空间: Microsoft.SqlServer.Management.Facets
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _
Public NotInheritable Class PropertySourceSubObjectTypeAttribute _
Inherits Attribute
用法
Dim instance As PropertySourceSubObjectTypeAttribute
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)]
public sealed class PropertySourceSubObjectTypeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true)]
public ref class PropertySourceSubObjectTypeAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)>]
type PropertySourceSubObjectTypeAttribute =
class
inherit Attribute
end
public final class PropertySourceSubObjectTypeAttribute extends Attribute
PropertySourceSubObjectTypeAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
PropertySourceSubObjectTypeAttribute | Initializes a new instance of the PropertySourceSubObjectTypeAttribute class that has the specified source type. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
SourceType | Gets the source type that is associated with the attribute. |
![]() |
TypeId | (从 Attribute 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Attribute 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Attribute 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
IsDefaultAttribute | (从 Attribute 继承。) |
![]() |
Match | (从 Attribute 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
_Attribute. . :: . .GetIDsOfNames | (从 Attribute 继承。) |
![]() ![]() |
_Attribute. . :: . .GetTypeInfo | (从 Attribute 继承。) |
![]() ![]() |
_Attribute. . :: . .GetTypeInfoCount | (从 Attribute 继承。) |
![]() ![]() |
_Attribute. . :: . .Invoke | (从 Attribute 继承。) |
页首
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。