다음을 통해 공유


DataViewBrowseObject.SetAttributes 메서드

현재 찾아보기 개체의 특성을 설정합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public Sub SetAttributes ( _
    ParamArray attributes As Attribute() _
)
public void SetAttributes(
    params Attribute[] attributes
)
public:
void SetAttributes(
    ... array<Attribute^>^ attributes
)
member SetAttributes : 
        attributes:Attribute[] -> unit
public function SetAttributes(
    ... attributes : Attribute[]
)

매개 변수

  • attributes
    형식: array<Attribute[]

    배열을 Attribute 개체를 설정 하거나 제거 합니다.

설명

기존 특성이 유지 되지 않습니다. 기본 특성의 인스턴스를 지정 된 특성은 특성 컬렉션에 추가 되지 않습니다.

.NET Framework 보안

참고 항목

참조

DataViewBrowseObject 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스