ProjectedPropertiesAnnotation クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Sub New ( _
projectedPropertyNames As IEnumerable(Of String) _
)
'使用
Dim projectedPropertyNames As IEnumerable(Of String)
Dim instance As New ProjectedPropertiesAnnotation(projectedPropertyNames)
public ProjectedPropertiesAnnotation(
IEnumerable<string> projectedPropertyNames
)
public:
ProjectedPropertiesAnnotation(
IEnumerable<String^>^ projectedPropertyNames
)
new :
projectedPropertyNames:IEnumerable<string> -> ProjectedPropertiesAnnotation
public function ProjectedPropertiesAnnotation(
projectedPropertyNames : IEnumerable<String>
)
パラメーター
- projectedPropertyNames
型: System.Collections.Generic.IEnumerable<String>
投影されたプロパティ名の列挙。