IServerSelectionFacet Interface
SQL Server 2012
The IServerSelectionFacet class contains members that represent the SQL Server policy-based management server selection facet objects.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [DisplayNameKeyAttribute("IServerSelection_Name")] [DisplayDescriptionKeyAttribute("IServerSelection_Desc")] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] [CLSCompliantAttribute(false)] public interface IServerSelectionFacet : IDmfFacet
The IServerSelectionFacet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildNumber | Gets the build number of the server. |
![]() | Collation | Gets the collation used by the server. |
![]() | Edition | Gets the edition of the server. |
![]() | IsCaseSensitive | Gets a Boolean value that specifies whether the server uses case-sensitive syntax. |
![]() | Language | Gets the language used by the server. |
![]() | NamedPipesEnabled | Gets a Boolean value that specifies whether the server supports named pipes. |
![]() | OSVersion | Gets the version of the operating system used by the computer hosting the server. |
![]() | Platform | Gets the platform on which the server is running. |
![]() | TcpEnabled | Gets a Boolean value that specifies whether Transmission Control Protocol (TCP) is enabled on the server. |
![]() | VersionMajor | Gets the major digits of the version information. |
![]() | VersionMinor | Gets the minor digits of the version information. |
