Share via


RequestParentSelect.Fields プロパティ

選択する必要があるフィールドを示す値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property Fields As StringCollection 
    Get
'使用
Dim instance As RequestParentSelect 
Dim value As StringCollection 

value = instance.Fields
public StringCollection Fields { get; }
public:
property StringCollection^ Fields {
    StringCollection^ get ();
}
member Fields : StringCollection
function get Fields () : StringCollection

プロパティ値

型: System.Collections.Specialized.StringCollection
選択するフィールドです。

関連項目

参照

RequestParentSelect クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間