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.