Propriedade do RDL ConditionedSql.Fields
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected ReadOnly Property Fields As StringCollection
Get
'Uso
Dim value As StringCollection
value = Me.Fields
protected StringCollection Fields { get; }
protected:
property StringCollection^ Fields {
StringCollection^ get ();
}
member Fields : StringCollection
function get Fields () : StringCollection
Valor da propriedade
Tipo: System.Collections.Specialized.StringCollection
A StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.