次の方法で共有


ResourceSet コンストラクター

エンティティ型の値の新しいコレクションを作成します。

名前空間:  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
    項目のセットの名前を示す文字列。

関連項目

参照

ResourceSet クラス

System.Data.Services.Providers 名前空間