共用方式為


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 值中使用的屬性。

請參閱

參考

ETagAttribute 類別

ETagAttribute 多載

System.Data.Services 命名空間