ETagAttribute 생성자 (array<String[])
ETagAttribute 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: 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 ETagAttribute(propertyNames)
public ETagAttribute(
params string[] propertyNames
)
public:
ETagAttribute(
... array<String^>^ propertyNames
)
new :
propertyNames:string[] -> ETagAttribute
public function ETagAttribute(
... propertyNames : String[]
)
매개 변수
- propertyNames
유형: array<System.String[]
eTag 값에 사용되는 속성을 포함하는 문자열 값입니다.