DataProfilingTask.ProfileRequests プロパティ
データ プロファイル タスクで計算されるプロファイル要求のコレクションを取得します。
名前空間: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
アセンブリ: Microsoft.SqlServer.DataProfilingTask (Microsoft.SqlServer.DataProfilingTask.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ProfileRequests As ProfileRequestCollection
Get
'使用
Dim instance As DataProfilingTask
Dim value As ProfileRequestCollection
value = instance.ProfileRequests
[BrowsableAttribute(false)]
public ProfileRequestCollection ProfileRequests { get; }
[BrowsableAttribute(false)]
public:
property ProfileRequestCollection^ ProfileRequests {
ProfileRequestCollection^ get ();
}
[<BrowsableAttribute(false)>]
member ProfileRequests : ProfileRequestCollection
function get ProfileRequests () : ProfileRequestCollection
プロパティ値
型: ProfileRequestCollection
プロファイル要求のコレクションです。
説明
ProfileRequestCollection と、各プロファイル要求を定義するために使用されるクラスは、アセンブリ Microsoft.SqlServer.DataProfiler.dll に含まれています。