共用方式為


ConditionedSql.Fields 屬性

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.

命名空間:  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
A StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.

請參閱

參考

ConditionedSql 類別

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