Share via


Classe SfcInstance

Base class for all SQL Server Foundation Class (SFC) objects in an object model domain, such as SMO. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcInstance
    Plus...

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustInherit Class SfcInstance _
    Implements ISfcDiscoverObject, ISfcPropertyProvider, ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Utilisation
Dim instance As SfcInstance
public abstract class SfcInstance : ISfcDiscoverObject, 
    ISfcPropertyProvider, ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
public ref class SfcInstance abstract : ISfcDiscoverObject, 
    ISfcPropertyProvider, ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
[<AbstractClassAttribute>]
type SfcInstance =  
    class
        interface ISfcDiscoverObject
        interface ISfcPropertyProvider
        interface ISfcNotifyPropertyMetadataChanged
        interface INotifyPropertyChanged
    end
public abstract class SfcInstance implements ISfcDiscoverObject, ISfcPropertyProvider, ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged

Le type SfcInstance expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée SfcInstance Creates the object that inherits from SfcInstance.

Haut de la page

Propriétés

  Nom Description
Propriété protégée AbstractIdentityKey Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique Metadata Returns metadata about the instance and its domain.
Propriété publique Parent Gets or sets the instance parent via the keychain.
Propriété publique Properties Returns a collection instance properties.
Propriété protégée PropertyStorageProvider Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété protégée State Returns the state of the SfcInstance object.
Propriété publique Urn Returns the uniform resource name of the SfcInstance object.

Haut de la page

Méthodes

  Nom Description
Méthode protégée AlterImpl Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée CheckObjectCreated Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée CheckObjectState Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée CreateIdentityKey Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée CreateImpl Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Discover Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée DropImpl Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode protégée GetChildCollection Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique GetDomain Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetPropertySet Returns the set of properties for the SfcInstance object.
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée InitializeUIPropertyState Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée MarkForDropImpl Returns a value that indicates the existing objects to be dropped. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée MarkRootAsConnected Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée MoveImpl Indicates the new parent object to move in an instance. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated.
Méthode protégée OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated.
Méthode protégée PostAlter Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée PostCreate Indicates the default implementor that creates the execution result. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée PostDrop Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée PostMove Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée PostRename Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Refresh Refreshes the object's properties by reading them from the server.
Méthode protégée RenameImpl Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée ResetKey Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Serialize Serializes the instance to XML.
Méthode publique ToString Returns a string representation of the instance Urn. (remplace Object. . :: . .ToString() () () ().)
Méthode protégée UpdateUIPropertyState Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée Validate Indicates the basic child object's validation. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Événements

  Nom Description
Événement protégé propertyChanged Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Événement public PropertyChanged CLS-compliant event for property changes.
Événement protégé propertyMetadataChanged Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Événement public PropertyMetadataChanged CLS-compliant event for property metadata changes.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcInstance
    Microsoft.SqlServer.Management.Dac. . :: . .DacDomain
    Microsoft.SqlServer.Management.Dac. . :: . .DacInstance
    Microsoft.SqlServer.Management.Dmf. . :: . .Condition
    Microsoft.SqlServer.Management.Dmf. . :: . .ConnectionEvaluationHistory
    Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationDetail
    Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationHistory
    Microsoft.SqlServer.Management.Dmf. . :: . .ObjectSet
    Microsoft.SqlServer.Management.Dmf. . :: . .Policy
    Microsoft.SqlServer.Management.Dmf. . :: . .PolicyCategory
    Microsoft.SqlServer.Management.Dmf. . :: . .PolicyCategorySubscription
    Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore
    Microsoft.SqlServer.Management.Dmf. . :: . .TargetSet
    Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
    Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServer
    Microsoft.SqlServer.Management.RegisteredServers. . :: . .ServerGroupParent
    Microsoft.SqlServer.Management.Utility. . :: . .Computer
    Microsoft.SqlServer.Management.Utility. . :: . .DeployedDac
    Microsoft.SqlServer.Management.Utility. . :: . .ManagedInstance
    Microsoft.SqlServer.Management.Utility. . :: . .Utility
    Microsoft.SqlServer.Management.Utility. . :: . .Volume