Compartir a través de


ISqlStatistic.Subject (Propiedad)

Obtiene o establece el asunto de la estadística.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property Subject As ISqlStatisticBound
    Get
    Set
ISqlStatisticBound Subject { get; set; }
property ISqlStatisticBound^ Subject {
    ISqlStatisticBound^ get ();
    void set (ISqlStatisticBound^ value);
}
abstract Subject : ISqlStatisticBound with get, set
function get Subject () : ISqlStatisticBound
function set Subject (value : ISqlStatisticBound)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlStatisticBound

Seguridad de .NET Framework

Vea también

Referencia

ISqlStatistic Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)