다음을 통해 공유


IgnorePropertiesAttribute 생성자 (array<String[])

IgnorePropertiesAttribute 클래스의 새 인스턴스를 초기화합니다.

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

구문

‘선언
Public Sub New ( _
    ParamArray propertyNames As String() _
)
‘사용 방법
Dim propertyNames As String()

Dim instance As New IgnorePropertiesAttribute(propertyNames)
public IgnorePropertiesAttribute(
    params string[] propertyNames
)
public:
IgnorePropertiesAttribute(
    ... array<String^>^ propertyNames
)
new : 
        propertyNames:string[] -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
    ... propertyNames : String[]
)

매개 변수

  • propertyNames
    유형: array<System.String[]
    할당할 속성을 포함하는 문자열 값입니다.

참고 항목

참조

IgnorePropertiesAttribute 클래스

IgnorePropertiesAttribute 오버로드

System.Data.Services 네임스페이스