EntitySetAttribute コンストラクター

EntitySetAttribute の新しいインスタンスを作成します。

名前空間:  System.Data.Services.Common
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public Sub New ( _
    entitySet As String _
)
'使用
Dim entitySet As String

Dim instance As New EntitySetAttribute(entitySet)
public EntitySetAttribute(
    string entitySet
)
public:
EntitySetAttribute(
    String^ entitySet
)
new : 
        entitySet:string -> EntitySetAttribute
public function EntitySetAttribute(
    entitySet : String
)

パラメーター

  • entitySet
    型: System.String
    クラスが属するエンティティ セット。

関連項目

参照

EntitySetAttribute クラス

System.Data.Services.Common 名前空間