Compartilhar via


Interface IServerSelectionFacet

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

Essa API não é compatível com CLS. 

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

Sintaxe

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

O tipo IServerSelectionFacet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BuildNumber Gets the build number of the server.
Propriedade pública Collation Gets the collation used by the server.
Propriedade pública Edition Gets the edition of the server.
Propriedade pública IsCaseSensitive Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
Propriedade pública Language Gets the language used by the server.
Propriedade pública NamedPipesEnabled Gets a Boolean value that specifies whether the server supports named pipes.
Propriedade pública OSVersion Gets the version of the operating system used by the computer hosting the server.
Propriedade pública Platform Gets the platform on which the server is running.
Propriedade pública TcpEnabled Gets a Boolean value that specifies whether Transmission Control Protocol (TCP) is enabled on the server.
Propriedade pública VersionMajor Gets the major digits of the version information.
Propriedade pública VersionMinor Gets the minor digits of the version information.

Início

Consulte também

Referência