Information-Klasse

The Information class contains nonconfigurable information about the instance of SQL Server. These include system information and options that are set during Setup, such as the collation.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.Information

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class Information _
    Inherits SqlSmoObject
'Usage
Dim instance As Information
public sealed class Information : SqlSmoObject
public ref class Information sealed : public SqlSmoObject
[<SealedAttribute>]
type Information =  
    class 
        inherit SqlSmoObject 
    end
public final class Information extends SqlSmoObject

Der Information-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BuildClrVersion Gets a version object that identifies the common language runtime that is running in the server.
Öffentliche Eigenschaft BuildClrVersionString A string that identifies the build number of the common language runtime that is running in the server.
Öffentliche Eigenschaft BuildNumber Gets the build number for the instance of SQL Server.
Öffentliche Eigenschaft Collation Gets the default collation for the instance of SQL Server.
Öffentliche Eigenschaft CollationID Gets the collation ID for the instance of SQL Server.
Öffentliche Eigenschaft ComparisonStyle Gets the comparison style for the instance of SQL Server.
Öffentliche Eigenschaft ComputerNamePhysicalNetBIOS Gets the computer name stored in the net BIOS.
Öffentliche Eigenschaft Edition Gets the edition of the instance of SQL Server.
Öffentliche Eigenschaft EngineEdition Gets the edition of the engine for the instance of SQL Server.
Öffentliche Eigenschaft ErrorLogPath Gets the file directory where the error log is stored on the instance of SQL Server.
Öffentliche Eigenschaft FullyQualifiedNetName Gets the fully qualified NetBIOS name of the network on which the instance of SQL Server is running.
Öffentliche Eigenschaft IsCaseSensitive Gets the Boolean value that specifies whether the instance of SQL Server is case-sensitive.
Öffentliche Eigenschaft IsClustered Gets the Boolean value that specifies whether the instance of SQL Server is a clustered server.
Öffentliche Eigenschaft IsFullTextInstalled Gets the Boolean value that specifies whether full-text service is installed on the instance of SQL Server.
Öffentliche Eigenschaft IsHadrEnabled Gets a value that indicates whether the Hadr is enabled.
Öffentliche Eigenschaft IsSingleUser Gets the Boolean value that specifies whether the instance of SQL Server is read-only.
Öffentliche Eigenschaft Language Gets the default language used by the instance of SQL Server.
Öffentliche Eigenschaft MasterDBLogPath Gets the log file directory for the master database on the instance of SQL Server.
Öffentliche Eigenschaft MasterDBPath Gets the database file directory for the master database on the instance of SQL Server.
Öffentliche Eigenschaft MaxPrecision Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric.
Öffentliche Eigenschaft NetName Gets the NetBIOS name of the network on which the instance of SQL Server is running.
Öffentliche Eigenschaft OSVersion Gets the operating system version of the computer running the instance of SQL Server.
Öffentliche Eigenschaft Parent Gets the Server object that is the parent object of the Information object.
Öffentliche Eigenschaft PhysicalMemory Gets the total RAM installed, in MB, for the computer running the instance of SQL Server.
Öffentliche Eigenschaft Platform Gets the hardware platform for the computer running the instance of SQL Server.
Öffentliche Eigenschaft Processors Gets the number of processors installed on the computer running the instance of SQL Server.
Öffentliche Eigenschaft Product Gets the product title for the instance of SQL Server.
Öffentliche Eigenschaft ProductLevel Gets the product level for the instance of SQL Server.
Öffentliche Eigenschaft Properties Gets a collection of Property objects that represent the object properties. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft ResourceLastUpdateDateTime Gets the date and time when the SQL Server resource was last updated.
Öffentliche Eigenschaft ResourceVersion Gets the version of the SQL Server resource.
Öffentliche Eigenschaft ResourceVersionString Gets the version of the SQL Server resource in string format.
Öffentliche Eigenschaft RootDirectory Gets the root directory for the instance of SQL Server.
Öffentliche Eigenschaft SqlCharSet Gets the Int16 value that identifies the character set used by the instance of SQL Server.
Öffentliche Eigenschaft SqlCharSetName Gets the name of the character set used by the instance of SQL Server.
Öffentliche Eigenschaft SqlSortOrder Gets the Int16 value that identifies the sort order used by the instance of SQL Server.
Öffentliche Eigenschaft SqlSortOrderName Gets the name of the sort order used by the instance of SQL Server.
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Geerbt von SqlSmoObject.)
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Version Gets the version of the instance of SQL Server.
Öffentliche Eigenschaft VersionMajor Gets the major version number of the instance of SQL Server.
Öffentliche Eigenschaft VersionMinor Gets the minor version of the instance of SQL Server.
Öffentliche Eigenschaft VersionString Gets the date, version, and processor type of the instance of SQL Server.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Discover Discovers a list of type Object. (Geerbt von SqlSmoObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode FormatSqlVariant Formats an object as SqlVariant type. (Geerbt von SqlSmoObject.)
Geschützte Methode GetContextDB Gets the context database that is associated with this object. (Geerbt von SqlSmoObject.)
Geschützte Methode GetDBName Gets the database name that is associated with the object. (Geerbt von SqlSmoObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetPropValue Gets a property value of the SqlSmoObject object. (Geerbt von SqlSmoObject.)
Geschützte Methode GetPropValueOptional Gets a property value of the SqlSmoObject object. (Geerbt von SqlSmoObject.)
Geschützte Methode GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (Geerbt von SqlSmoObject.)
Geschützte Methode GetServerObject Gets the server of the SqlSmoObject object. (Geerbt von SqlSmoObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize() Initializes the object and forces the properties be loaded. (Geerbt von SqlSmoObject.)
Öffentliche Methode Initialize(Boolean) Initializes the object and forces the properties be loaded. (Geerbt von SqlSmoObject.)
Geschützte Methode IsObjectInitialized Verifies whether the object has been initialized. (Geerbt von SqlSmoObject.)
Geschützte Methode IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Geerbt von SqlSmoObject.)
Öffentliche Methode Refresh Refreshes the object and retrieves properties when the object is next accessed. (Geerbt von SqlSmoObject.)
Geschützte Methode SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (Geerbt von SqlSmoObject.)
Öffentliche Methode ToString Returns a String that represents the referenced object. (Geerbt von SqlSmoObject.)
Öffentliche Methode Validate Validates the state of an object. (Geerbt von SmoObjectBase.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged Represents the event that occurs when a property is changed. (Geerbt von SqlSmoObject.)
Öffentliches Ereignis PropertyMetadataChanged Represents the event that occurs when property metadata changes. (Geerbt von SqlSmoObject.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.Discover Discovers any dependencies. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.GetDomainRoot Returns the root of the domain. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.GetParent Gets the parent of this object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.GetPropertyType Gets the type of the specified property. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.GetPropertyValue Gets the value of the specified property. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode IAlienObject.SetPropertyValue Sets the property value. (Geerbt von SqlSmoObject.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (Geerbt von SqlSmoObject.)

Zum Anfang

Hinweise

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

To get Information object properties, users can be a member of the public fixed server role.

To set Information object properties, users must be a member of the sysadmin fixed server role.

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Beispiele

Konfigurieren von SQL Server in SMO

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace