Partager via


Propriété Statistics.OnObject

OnObject relationship class of Statistics

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Shared Property OnObject As ModelRelationshipClass 
    Get 
    Friend Set
'Utilisation
Dim value As ModelRelationshipClass 

value = Statistics.OnObject
public static ModelRelationshipClass OnObject { get; internal set; }
public:
static property ModelRelationshipClass^ OnObject {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member OnObject : ModelRelationshipClass with get, internal set
static function get OnObject () : ModelRelationshipClass 
internal static function set OnObject (value : ModelRelationshipClass)

Valeur de propriété

Type : Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Voir aussi

Référence

Statistics Classe

Espace de noms Microsoft.SqlServer.Dac.Model