ISqlStatistic.Subject, propriété
Obtient ou définit l'objet de la statistique.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlStatisticBound
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.