Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
An interface based on the Information type properties.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("IServerInformation_Name")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<RootFacetAttribute(GetType(Server))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<CLSCompliantAttribute(False)> _
<DisplayDescriptionKeyAttribute("IServerInformation_Desc")> _
Public Interface IServerInformation _
Inherits IDmfFacet
'Usage
Dim instance As IServerInformation
[DisplayNameKeyAttribute("IServerInformation_Name")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[RootFacetAttribute(typeof(Server))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[CLSCompliantAttribute(false)]
[DisplayDescriptionKeyAttribute("IServerInformation_Desc")]
public interface IServerInformation : IDmfFacet
[DisplayNameKeyAttribute(L"IServerInformation_Name")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[RootFacetAttribute(typeof(Server))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[CLSCompliantAttribute(false)]
[DisplayDescriptionKeyAttribute(L"IServerInformation_Desc")]
public interface class IServerInformation : IDmfFacet
[<DisplayNameKeyAttribute("IServerInformation_Name")>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<RootFacetAttribute(typeof(Server))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
[<CLSCompliantAttribute(false)>]
[<DisplayDescriptionKeyAttribute("IServerInformation_Desc")>]
type IServerInformation =
interface
interface IDmfFacet
end
public interface IServerInformation extends IDmfFacet
Der IServerInformation-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
BuildClrVersionString | Gets the CLR build version string for the instance of SQL Server. |
![]() |
BuildNumber | Gets the build number for the instance of SQL Server. |
![]() |
Collation | Gets the collation information for the instance of SQL Server. |
![]() |
CollationID | Gets the collation identifier for the instance of SQL Server. |
![]() |
ComparisonStyle | Gets the comparison style for the instance of SQL Server. |
![]() |
ComputerNamePhysicalNetBIOS | Gets the host computer physical NetBIOS name. |
![]() |
Edition | Gets the edition of the instance of SQL Server. |
![]() |
EngineEdition | Gets the SQL Server Engine edition as an edition object. |
![]() |
ErrorLogPath | Gets the error log path for the instance of SQL Server. |
![]() |
IsCaseSensitive | Gets a value that indicates whether the server uses case-sensitive. |
![]() |
IsClustered | Gets a value that indicates whether the instance of SQL Server is clustered. |
![]() |
IsFullTextInstalled | Gets a value that indicates whether the Full-Text is installed on the instance of SQL Server. |
![]() |
IsHadrEnabled | Gets a value that indicates whether the Hadr is enabled. |
![]() |
IsSingleUser | Gets a value that indicates whether the instance of SQL Server is read-only. |
![]() |
Language | Gets the SQL Server language. |
![]() |
MasterDBLogPath | Gets the master database log path for the instance of SQL Server. |
![]() |
MasterDBPath | Gets the master database data path for the instance of SQL Server. |
![]() |
MaxPrecision | Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric. |
![]() |
NetName | Gets the network name for an instance of SQL Server. |
![]() |
OSVersion | Gets the host computer operating system version. |
![]() |
PhysicalMemory | Gets the total RAM installed, in MB, for the computer that is running the instance of SQL Server. |
![]() |
Platform | Gets the hardware platform for the computer that is running the instance of SQL Server. |
![]() |
Processors | Gets the number of processors that are installed on the computer that is running the instance of SQL Server. |
![]() |
Product | Gets the product title for the instance of SQL Server. |
![]() |
ProductLevel | Gets the product level for the instance of SQL Server. |
![]() |
ResourceLastUpdateDateTime | Gets a DateTime object that specifies the last time the resource database was updated. |
![]() |
ResourceVersionString | Gets the version of the SQL Server resource in string format. |
![]() |
RootDirectory | Gets the root directory for the instance of SQL Server. |
![]() |
SqlCharSet | Gets the SQL character set ID from the collation ID as a tinyint. |
![]() |
SqlCharSetName | Gets the SQL character set name from the collation. |
![]() |
SqlSortOrder | Gets the SQL sort order ID from the collation. |
![]() |
SqlSortOrderName | Gets the SQL sort order name from the collation. |
![]() |
VersionMajor | Gets the portion of a component version identifier to the left of the first decimal point in the identifier. |
![]() |
VersionMinor | Gets the portion of a component version identifier to the right of the first decimal point in the identifier. |
![]() |
VersionString | Gets the date, version, and processor type of the instance of SQL Server. |
Zum Anfang
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
.gif)