エンティティ型の値の新しいコレクションを作成します。
名前空間: System.Data.Services.Providers
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public Sub New ( _
name As String, _
elementType As ResourceType _
)
'使用
Dim name As String
Dim elementType As ResourceType
Dim instance As New ResourceSet(name, elementType)
public ResourceSet(
string name,
ResourceType elementType
)
public:
ResourceSet(
String^ name,
ResourceType^ elementType
)
new :
name:string *
elementType:ResourceType -> ResourceSet
public function ResourceSet(
name : String,
elementType : ResourceType
)
パラメーター
- name
型: System.String
項目のセットの名前を示す文字列。
- elementType
型: System.Data.Services.Providers.ResourceType
セット内の項目の ResourceType。