Share via


ConditionedSql.Fields プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。この ConditionedSql オブジェクトの追加を発生させるフィールドの名前を保持する StringCollection オブジェクトを取得します。

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

構文

'宣言
Protected ReadOnly Property Fields As StringCollection 
    Get
'使用
Dim value As StringCollection 

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

プロパティ値

型: System.Collections.Specialized.StringCollection
ConditionedSql オブジェクトの追加を発生させるフィールドの名前を保持する StringCollection オブジェクトです。

関連項目

参照

ConditionedSql クラス

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