IServerSelectionFacet 接口

The IServerSelectionFacet class contains members that represent the SQL Server policy-based management server selection facet objects.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
<DisplayNameKeyAttribute("IServerSelection_Name")> _
<DisplayDescriptionKeyAttribute("IServerSelection_Desc")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
Public Interface IServerSelectionFacet _
    Inherits IDmfFacet
用法
Dim instance As IServerSelectionFacet
[CLSCompliantAttribute(false)]
[DisplayNameKeyAttribute("IServerSelection_Name")]
[DisplayDescriptionKeyAttribute("IServerSelection_Desc")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
public interface IServerSelectionFacet : IDmfFacet
[CLSCompliantAttribute(false)]
[DisplayNameKeyAttribute(L"IServerSelection_Name")]
[DisplayDescriptionKeyAttribute(L"IServerSelection_Desc")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
public interface class IServerSelectionFacet : IDmfFacet
[<CLSCompliantAttribute(false)>]
[<DisplayNameKeyAttribute("IServerSelection_Name")>]
[<DisplayDescriptionKeyAttribute("IServerSelection_Desc")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
type IServerSelectionFacet =  
    interface 
        interface IDmfFacet 
    end
public interface IServerSelectionFacet extends IDmfFacet

IServerSelectionFacet 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间