Compartir a través de


Fields Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.