SfcInstance Class
Base class for all SQL Server Foundation Class (SFC) objects in an object model domain, such as SMO. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
More...
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustInherit Class SfcInstance _
Implements ISfcDiscoverObject, ISfcPropertyProvider, ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Usage
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
The SfcInstance type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SfcInstance | Creates the object that inherits from SfcInstance. |
Top
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Metadata | Returns metadata about the instance and its domain. | |
Parent | Gets or sets the instance parent via the keychain. | |
Properties | Returns a collection instance properties. | |
PropertyStorageProvider | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
State | Returns the state of the SfcInstance object. | |
Urn | Returns the uniform resource name of the SfcInstance object. |
Top
Methods
Name | Description | |
---|---|---|
AlterImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
CheckObjectCreated | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
CheckObjectState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
CreateIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
CreateImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Discover | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
DropImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildCollection | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetDomain | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | (Inherited from Object.) | |
GetPropertySet | Returns the set of properties for the SfcInstance object. | |
GetType | (Inherited from Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
InitializeUIPropertyState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MarkRootAsConnected | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
MoveImpl | Indicates the new parent object to move in an instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. | |
PostAlter | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PostCreate | Indicates the default implementor that creates the execution result. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PostDrop | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PostMove | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PostRename | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Refresh | Refreshes the object's properties by reading them from the server. | |
RenameImpl | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ResetKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Serialize | Serializes the instance to XML. | |
ToString | Returns a string representation of the instance Urn. (Overrides Object.ToString().) | |
UpdateUIPropertyState | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Validate | Indicates the basic child object's validation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Events
Name | Description | |
---|---|---|
propertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PropertyChanged | CLS-compliant event for property changes. | |
propertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.Sdk.Sfc Namespace
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Collector.CollectionItem
Microsoft.SqlServer.Management.Collector.CollectionSet
Microsoft.SqlServer.Management.Collector.CollectorConfigStore
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.Sdk.Sfc.SfcInstance<K, T>
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
Microsoft.SqlServer.Management.XEvent.Action
Microsoft.SqlServer.Management.XEvent.ActionInfo
Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo
Microsoft.SqlServer.Management.XEvent.Event
Microsoft.SqlServer.Management.XEvent.EventColumnInfo
Microsoft.SqlServer.Management.XEvent.EventField
Microsoft.SqlServer.Management.XEvent.EventInfo
Microsoft.SqlServer.Management.XEvent.MapInfo
Microsoft.SqlServer.Management.XEvent.MapValueInfo
Microsoft.SqlServer.Management.XEvent.Package
Microsoft.SqlServer.Management.XEvent.PredCompareInfo
Microsoft.SqlServer.Management.XEvent.PredSourceInfo
Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo
Microsoft.SqlServer.Management.XEvent.Session
Microsoft.SqlServer.Management.XEvent.Target
Microsoft.SqlServer.Management.XEvent.TargetColumnInfo
Microsoft.SqlServer.Management.XEvent.TargetField
Microsoft.SqlServer.Management.XEvent.TargetInfo
Microsoft.SqlServer.Management.XEvent.TypeInfo
Microsoft.SqlServer.Management.XEvent.XEStore