初始化 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 值中所用属性的字符串值。