Condividi tramite


Interfaccia IServerSelectionFacet

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

Questa API non è conforme a CLS. 

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayNameKeyAttribute("IServerSelection_Name")> _
<DisplayDescriptionKeyAttribute("IServerSelection_Desc")> _
<CLSCompliantAttribute(False)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
Public Interface IServerSelectionFacet _
    Inherits IDmfFacet
'Utilizzo
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

Nel tipo IServerSelectionFacet sono esposti i membri seguenti.

Proprietà

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

In alto