SfcProperty.Attributes 属性

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

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

语法

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

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

属性值

类型:System.ComponentModel.AttributeCollection
An AttributeCollection of name and value pairs.

实现

ISfcProperty.Attributes

请参阅

参考

SfcProperty 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间