Property.ISfcProperty.Attributes Property
Returns an attribute collection that contains properties.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Private ReadOnly Property Attributes As AttributeCollection
Implements ISfcProperty.Attributes
Get
'Kullanım
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.ComponentModel.AttributeCollection
An AttributeCollection that contains properties.