SfcInstance 클래스
Base class for all SQL Server Foundation Class (SFC) objects in an object model domain, such as SMO. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcInstance
추가 정보...
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public MustInherit Class SfcInstance _
Implements ISfcDiscoverObject, ISfcPropertyProvider, ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
‘사용 방법
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
SfcInstance 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AbstractIdentityKey | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
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 | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
State | Returns the state of the SfcInstance object. | |
Urn | Returns the uniform resource name of the SfcInstance object. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AlterImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
CheckObjectCreated | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
CheckObjectState | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
CreateIdentityKey | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
CreateImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
Discover | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
DropImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetChildCollection | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
GetDomain | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
GetHashCode | (Object에서 상속됨) | |
GetPropertySet | Returns the set of properties for the SfcInstance object. | |
GetType | (Object에서 상속됨) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
InitializeUIPropertyState | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
MarkRootAsConnected | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
MemberwiseClone | (Object에서 상속됨) | |
MoveImpl | Indicates the new parent object to move in an instance. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
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 | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PostCreate | Indicates the default implementor that creates the execution result. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PostDrop | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PostMove | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PostRename | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
Refresh | Refreshes the object's properties by reading them from the server. | |
RenameImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
ResetKey | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
Serialize | Serializes the instance to XML. | |
ToString | Returns a string representation of the instance Urn. (Object. . :: . .ToString() () () ()을(를) 재정의함) | |
UpdateUIPropertyState | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
Validate | Indicates the basic child object's validation. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
propertyChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PropertyChanged | CLS-compliant event for property changes. | |
propertyMetadataChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
상속 계층
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