Property.ISfcProperty.Attributes 属性

Returns an attribute collection that contains properties.

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

语法

声明
Private ReadOnly Property Attributes As AttributeCollection 
    Implements ISfcProperty.Attributes 
    Get
用法
Dim instance As [Property]
Dim value As AttributeCollection 

value = CType(instance, ISfcProperty).Attributes
AttributeCollection ISfcProperty.Attributes { get; }
private:
virtual property AttributeCollection^ Attributes {
    AttributeCollection^ get () sealed = ISfcProperty::Attributes::get;
}
private abstract Attributes : AttributeCollection 
private override Attributes : AttributeCollection
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.ComponentModel.AttributeCollection
An AttributeCollection that contains properties.

实现

ISfcProperty.Attributes

请参阅

参考

Property 类

Microsoft.SqlServer.Management.Smo 命名空间