ManagedInstance 类
The ManagedInstance type represents an instance of SQL Server that is managed by the SQL Server Utility services to control policy, and deployments.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
Microsoft.SqlServer.Management.Utility..::..ManagedInstance
命名空间: Microsoft.SqlServer.Management.Utility
程序集: Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)
语法
声明
Public Class ManagedInstance _
Inherits SfcInstance _
Implements ISfcCreatable, ICreatable, ISfcDroppable, IDroppable
用法
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
ManagedInstance 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AbstractIdentityKey | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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. (从 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. (从 SfcInstance 继承。) | |
PropertyStorageProvider | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (从 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. (从 SfcInstance 继承。) | |
Urn | Returns the uniform resource name of the SfcInstance object. (从 SfcInstance 继承。) | |
Version | Specifies the version of the server instance. | |
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 | Sets the ID property of the base type to the execution result. (覆盖 SfcInstance. . :: . .PostCreate(Object)。) | |
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 继承。) | |
Remove | Gets the parent SqlStoreConnection object. | |
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 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
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. |
页首
注释
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.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。