DeployedDac 클래스
The DeployedDac type represents a database application structure, in the form of a DAC package that has been installed on to a computer running an instance of SQL Server.
상속 계층
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Utility.DeployedDac
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
<PhysicalFacetAttribute> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR", _
True)> _
Public Class DeployedDac _
Inherits SfcInstance
‘사용 방법
Dim instance As DeployedDac
[PhysicalFacetAttribute]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR",
true)]
public class DeployedDac : SfcInstance
[PhysicalFacetAttribute]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Utility.FacetSR",
true)]
public ref class DeployedDac : public SfcInstance
[<PhysicalFacetAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR",
true)>]
type DeployedDac =
class
inherit SfcInstance
end
public class DeployedDac extends SfcInstance
DeployedDac 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
DeployedDac | Initializes a new instance of the DeployedDac class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AbstractIdentityKey | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Collation | Gets the collation used by the DAC database. | |
CompatibilityLevel | Gets the compatibility level for the DAC database | |
ComputerName | Gets the name of the computer on which the DAC package was deployed. | |
ComputerProcessorHealthState | Gets the computer processor health state. | |
ContainsOverUtilizedFileGroups | Gets a value that indicates whether the deployed DAC contains an over utilized file groups. | |
ContainsOverUtilizedVolumes | Gets a value that indicates whether the deployed DAC contains an over utilized volumes. | |
ContainsUnderUtilizedFileGroups | Gets a value that indicates whether the deployed DAC contains an under utilized file groups. | |
ContainsUnderUtilizedVolumes | Gets a value that indicates whether the deployed DAC contains an under utilized volumes. | |
DacProcessorHealthState | Gets the server instance processor health state. | |
DatabaseName | Gets the name of the database that was deployed from the DAC package. | |
DatabaseState | Gets the state of the database that was deployed from the DAC package. | |
DeployedDate | Gets the time and date when the DAC package was deployed on the instance of SQL Server. | |
Description | Gets the textual description DeployedDac object. | |
EncryptionEnabled | Gets a value that indicates whether the DAC database is encrypted. | |
FileSpaceHealthState | Gets the file space health state. | |
Id | Gets the ID value that uniquely identifies the DeployedDac object. | |
IsPolicyOverridden | Gets a value that indicates whether any policy is overridden for this object. | |
LastReportedTime | Gets the last time reported by the deployed DAC. | |
Metadata | Returns metadata about the instance and its domain. (SfcInstance에서 상속됨) | |
Name | Gets the name of the deployed DAC. | |
Parent | Gets the SQL Server Utility object that is the parent of the DeployedDac object. | |
ProcessorUtilization | Gets the processor utilization in percentage points. | |
Properties | Returns a collection instance properties. (SfcInstance에서 상속됨) | |
PropertyStorageProvider | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
RecoveryModel | Gets a value indicating which type of recovery model is used by the DAC database. | |
ServerInstanceName | Gets the name of the instance of SQL Server on which the DAC package has been deployed in the form of ServerName\InstanceName. | |
State | Returns the state of the SfcInstance object. (SfcInstance에서 상속됨) | |
Trustworthy | Gets a value that indicates whether the instance of SQL Server trusts the DeployedDac and the contents within it. | |
Urn | Returns the uniform resource name of the SfcInstance object. (SfcInstance에서 상속됨) | |
VolumeSpaceHealthState | Gets the volume space health state. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AlterImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
CheckObjectCreated | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
CheckObjectState | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
CreateIdentityKey | Creates an SfcKey object. (SfcInstance.CreateIdentityKey()을(를) 재정의함) | |
CreateImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Discover | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
DropImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetChildCollection | Throws a UtilityException. There is no such collection. (SfcInstance.GetChildCollection(String)을(를) 재정의함) | |
GetDomain | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetObjectFactory | Gets the factory object used to create new instances. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (SfcInstance에서 상속됨) | |
GetType | (Object에서 상속됨) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
InitializeUIPropertyState | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
MarkRootAsConnected | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
MoveImpl | Indicates the new parent object to move in an instance. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (SfcInstance에서 상속됨) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (SfcInstance에서 상속됨) | |
PostAlter | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
PostCreate | Indicates the default implementor that creates the execution result. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
PostDrop | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
PostMove | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
PostRename | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Refresh | Refreshes the object's properties by reading them from the server. (SfcInstance에서 상속됨) | |
RenameImpl | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
ResetKey | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Serialize | Serializes the instance to XML. (SfcInstance에서 상속됨) | |
ToString | Returns a string representation of the instance Urn. (SfcInstance에서 상속됨) | |
UpdateUIPropertyState | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Validate | Indicates the basic child object's validation. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
propertyChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
PropertyChanged | CLS-compliant event for property changes. (SfcInstance에서 상속됨) | |
propertyMetadataChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (SfcInstance에서 상속됨) |
맨 위로 이동
주의
The DeployedDac object represents an instance of SQL Server that has had a DAC package installed on to it using the SQL Server Utility services. Using the DeployedDac object, you can:
Determine the name of the database.
Determine the name of the computer.
Determine the name of the instance of SQL Server.
Determine the time of deployment.
Determine processor usage on the computer.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.