Classe ManagedInstance
The ManagedInstance type represents an instance of SQL Server that is managed by the SQL Server Utility services to control policy, and deployments.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
Microsoft.SqlServer.Management.Utility..::..ManagedInstance
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)
Sintaxe
'Declaração
Public Class ManagedInstance _
Inherits SfcInstance _
Implements ISfcCreatable, ICreatable, ISfcDroppable, IDroppable
'Uso
Dim instance As ManagedInstance
public class ManagedInstance : SfcInstance,
ISfcCreatable, ICreatable, ISfcDroppable, IDroppable
public ref class ManagedInstance : public SfcInstance,
ISfcCreatable, ICreatable, ISfcDroppable, IDroppable
type ManagedInstance =
class
inherit SfcInstance
interface ISfcCreatable
interface ICreatable
interface ISfcDroppable
interface IDroppable
end
public class ManagedInstance extends SfcInstance implements ISfcCreatable, ICreatable, ISfcDroppable, IDroppable
O tipo ManagedInstance expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ManagedInstance | Initializes a new instance of the ManagedInstance class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
AgentProxyAccount | Gets the SQL Server Agent proxy account used to run scheduled jobs on the instance of SQL Server. | |
BackupDirectory | Gets the backup directory for the server instance. | |
CacheDirectory | Gets the cache directory where temporary files can be stored during deployment onto the instance of SQL Server. | |
Collation | Gets the collation for the server instance. | |
ComputerNamePhysicalNetBIOS | Gives the physical NetBIOS for the server instance. | |
ComputerProcessorHealthState | Gets the computer processor health state. | |
CpuMaxClockSpeed | Gets the maximum clock speed of the CPU. | |
CpuName | Gets the name of the CPU. | |
DateCreated | Gets the time and date when the ManagedInstance object was created. | |
Edition | Gets the edition of the instance of SQL Server. | |
EngineEdition | Gets the engine edition for the instance of SQL Server. | |
FileSpaceHealthState | Gets the file space health state. | |
ID | Gets ID value that uniquely identifies the managed instance of SQL Server. | |
IdentityKey | Gets the key value that identifies the managed instance. | |
InstanceName | Gets the name of the instance of SQL Server. | |
IsCaseSensitive | Gets a value that indicates whether the server instance is case-sensitive. | |
IsClustered | Gets a value that indicates whether the server instance is part of a clustered server. | |
IsPolicyOverridden | Gets a value that indicates whether any of the server instance policies have been overridden. | |
Language | Gets the language used by the managed instance of SQL Server. | |
LastReportedTime | Gets the latest reported time for the properties of the server instance object. | |
ManagementState | Gets the current state of instance of SQL Server with regard to being managed by the SQL Server Utility service. | |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) | |
Name | Gets or sets the name of the managed instance. | |
NetName | Gets the NetBIOS name of the network on which the server instance is running. | |
OSVersion | Gets the operating system version of the managed instance of SQL Server. | |
Parent | Gets or sets the Utility object that is the parent of the ManagedInstance object. | |
PhysicalMemory | Gets the physical memory of the managed instance of SQL Server. | |
Processors | Gets the number of processors for the managed instance of SQL Server. | |
ProductLevel | Gets the product level of the server instance. | |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) | |
PropertyStorageProvider | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
ServerProcessorHealthState | Gets the server instance processor health state. | |
ServerType | Gets the type of the server instance. | |
ServerUrn | Gets the uniform resource name (URN) of the server instance. | |
State | Returns the state of the SfcInstance object. (Herdado de SfcInstance.) | |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) | |
Version | Specifies the version of the server instance. | |
VolumeSpaceHealthState | Gets the volume space health state. |
Início
Métodos
Nome | Descrição | |
---|---|---|
AlterImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CheckObjectCreated | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CheckObjectState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CreateIdentityKey | Creates an SfcKey object. (Substitui SfcInstance. . :: . .CreateIdentityKey() () () ().) | |
CreateImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Discover | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
DropImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetChildCollection | Throws a UtilityException. There is no such collection. (Substitui SfcInstance. . :: . .GetChildCollection(String).) | |
GetDomain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Gets the factory object used to create new instances. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
InitializeUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MarkForDropImpl | Returns a value that indicates the existing objects to be dropped. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MarkRootAsConnected | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveImpl | Indicates the new parent object to move in an instance. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Herdado de SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Herdado de SfcInstance.) | |
PostAlter | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostCreate | Sets the ID property of the base type to the execution result. (Substitui SfcInstance. . :: . .PostCreate(Object).) | |
PostDrop | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostMove | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PostRename | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Herdado de SfcInstance.) | |
Remove | Gets the parent SqlStoreConnection object. | |
RenameImpl | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
ResetKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Serialize | Serializes the instance to XML. (Herdado de SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Herdado de SfcInstance.) | |
UpdateUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Validate | Indicates the basic child object's validation. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
propertyChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PropertyChanged | CLS-compliant event for property changes. (Herdado de SfcInstance.) | |
propertyMetadataChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Herdado de SfcInstance.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICreatable. . :: . .Create | Tests whether the state is managed and creates a server and connection if in the managed state. | |
IDroppable. . :: . .Drop | Tests whether state is managed and drops the instance if it is managed. | |
ISfcCreatable. . :: . .ScriptCreate | Creates an ISfcScript object. | |
ISfcDroppable. . :: . .ScriptDrop | Drops an ISfcScript object. |
Início
Comentários
The Managed instance object represents an instance of SQL Server that is included in the group of computers managed by SQL Server Utility services. Using the ManagedObject object, you can:
Determine the agent proxy account that runs scheduled jobs on the instance of SQL Server.
Determine the cache directory where temporary files are stored during a deployment.
Determine the management state of the instance of SQL Server.
Stop managing the instance of SQL Server and remove it from the SQL Server Utility.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.